ICImagingControl.ScrollBarsEnabled Property

Returns whether scrollbars are enabled or enables/disables scrollbars.
Syntax:
[C#]
public bool ScrollBarsEnabled;
Remarks:

If the ScrollbarsEnabled property is set to True and the window of IC Imaging Control is smaller than the live video window, scrollbars are displayed at the borders of Imaging Control. With the scrollbars, the user can move the live video in IC Imaging Control's window.

If the live video image is scrolled, the event ScrollableControl.Scroll is raised.

The ScrollbarsEnabled property defaults to False. This means, the scrollbars are not visible.

See also: ICImagingControl, ICImagingControl.LiveDisplayHeight, ICImagingControl.LiveDisplayWidth

<< ICImagingControl