Aurigma Graphics Mill 5.5 for .NET
ScrollBarsStyle Enumeration
Contains values which specify when to display scroll bars at the control.
Namespace:
Aurigma.GraphicsMill.WebControls
Assembly:
Aurigma.GraphicsMill.WebControls (in Aurigma.GraphicsMill.WebControls.dll)
Syntax
Visual Basic
Public Enumeration ScrollBarsStyle
C#
public enum ScrollBarsStyle
Members
| Member name | Description | |
|---|---|---|
| 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. |