[]
A ScrollBar does not appear even when the viewport cannot display all of the content. The dimension of the content is set to the corresponding dimension of the ScrollViewer parent. 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 Disabled = 0
Type | Description |
---|---|
ScrollBarVisibility | A ScrollBar does not appear even when the viewport cannot display all of the content. The dimension of the content is set to the corresponding dimension of the ScrollViewer parent. 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. |