Skip to main content

ScrollBarsStyle

Enumerations

ScrollBarsStyle

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

Enumeration Members

Enumeration MemberValueDescription
always0Scroll bars are always displayed regardless of the control content dimensions. If control content is too small, scroll bars are disabled.
auto1Scroll bars are displayed when control content is too large to fit the control client area. When content is too small, scroll bars are hidden.
Was this page helpful?