This documentation is for the old version. Go to the latest Graphics Mill docs

ScrollBarsStyle Enumeration

Contains values which specify when to display scroll bars at the control.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Enumeration ScrollBarsStyle
C#
public enum ScrollBarsStyle

Members

Member name Description
None

scroll bars are never displayed regardless to the control content dimensions.

Always

scroll bars are always displayed regardless to the control content dimensions. If control content is too small, scroll bars are disabled.

Auto

scroll bars are displayed when control content is too large to fit the control client area. When content is too small, scroll bars are hidden.

See Also

Reference