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)
Public Enumeration ScrollBarsStyle
public enum ScrollBarsStyle
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. |