Summary
Specifies the visibility of a ScrollBar for scrollable content.
Syntax
public sealed enum ScrollBarVisibility
Members
Name | Type | Summary |
---|---|---|
Auto | Field | A ScrollBar appears and the dimension of the ScrollViewer is applied to the content when the viewport cannot display all of the content. |
Disabled | Field | A ScrollBar does not appear even when the viewport cannot display all of the content. |
Hidden | Field | A ScrollBar does not appear even when the viewport cannot display all of the content. The dimension of the ScrollViewer is not applied to the content. |
Visible | Field | A ScrollBar always appears. The dimension of the ScrollViewer is applied to the content. |