[]
A ScrollBar always appears. The dimension of the ScrollViewer is applied to the content. For a horizontal ScrollBar, the width of the content is set to the ScrollViewer.ViewportWidth of the ScrollViewer. For a vertical ScrollBar, the height of the content is set to the ScrollViewer.ViewportHeight of the ScrollViewer.
public const ScrollBarVisibility Visible = 3
Type | Description |
---|---|
ScrollBarVisibility | A ScrollBar always appears. The dimension of the ScrollViewer is applied to the content. For a horizontal ScrollBar, the width of the content is set to the ScrollViewer.ViewportWidth of the ScrollViewer. For a vertical ScrollBar, the height of the content is set to the ScrollViewer.ViewportHeight of the ScrollViewer. |