MobileForms Toolkit Documentation

ImageBox.ScrollBarMode Property

Gets or sets the mode of the scroll bars.

public ScrollBarMode ScrollBarMode {get; set;}

Remarks

The scroll bars' behavior is determined by their mode. The modes are:
HiddenThe scroll bars are always hidden, even if they are needed to scroll to the other part of the image.
VisibleThe scroll bars are always visible, even if they are not needed, because the entire image fits into the client area of the ImageBox.
AutoThe scroll bars are displayed automatically, if they are needed.

See Also

ImageBox Class | Resco.Controls.ImageBox Namespace