ForceScrollButtons Property (ScrollableStackPanel)
In This Topic
Gets or sets whether the scroll buttons should be visible even when they are not needed.
Syntax
'Declaration
Public Property ForceScrollButtons As Boolean
public bool ForceScrollButtons {get; set;}
See Also