Click or drag to resize

IMcViewAutoScrollMethod Property

Enables the viewer's automatic mouse pan/scroll and mousewheel zoom.

Namespace:  MediaCy.IQL.Display.Viewer
Assembly:  MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
Syntax
VB
Property AutoScrollMethod As mcAutoScrollMethods
	Get
	Set

Property Value

Type: mcAutoScrollMethods
Remarks
The McView window can be auto panned or scrolled when the mouse gets near a border (this can be limited to only occur when the left mouse button is down), and the Magnification can be automatically zoomed in or out when the mousewheel is rotated. Mousewheel messages can be translated into special MouseMove events for clients that need them. The AutoScrollMethod enables or disables these features. By default, auto pan/scroll is enabled only when the left mouse button is down, and mousewheel zoom is enabled (i.e. both mcasmScrollWhenMouseDown and mcasmZoomWithMouseWheel bits are set, but mcasmPassOnMouseWheelMsgs is not set).
See Also