Summary
Specifies the visibility of a ScrollBar for scrollable content.
Signature
1 |
|
Namespace
cAlgo.API
Examples
1 |
|
See Also
- cAlgo.API.ScrollViewer
Fields
Disabled
Summary
A ScrollBar does not appear even when the viewport cannot display all of the content.
Signature
1 |
|
Return Value
ScrollBarVisibility
Auto
Summary
A ScrollBar appears when the viewport cannot display all of the content.
Signature
1 |
|
Return Value
ScrollBarVisibility
Hidden
Summary
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.
Signature
1 |
|
Return Value
ScrollBarVisibility
Visible
Summary
A ScrollBar always appears. The dimension of the ScrollViewer is applied to the content.
Signature
1 |
|
Return Value
ScrollBarVisibility
Related Tutorials
- Controls