ScrollInterval Property (ScrollableStackPanel)
In This Topic
Gets or sets the time between scroll steps while buttons are pressed, in milliseconds.
Syntax
'Declaration
Public Property ScrollInterval As Integer
public int ScrollInterval {get; set;}
See Also