MobileForms Toolkit Documentation

ScrollBarMode Enumeration

Enumerates the valid values of the ScrollBarMode property.

public enum ScrollBarMode

Members

Member Name Description
Hidden The scroll bars are always hidden, even if they are needed to scroll to the other part of the image.
Auto The scroll bars are always visible, even if they are not needed, because the entire image fits into the client area of the ImageBox.
Visible The scroll bars are displayed automatically, if they are needed.

Requirements

Namespace: Resco.Controls.ImageBox

Assembly: Resco.ImageBox.CF3 (in Resco.ImageBox.CF3.dll)

See Also

Resco.Controls.ImageBox Namespace