'Declaration Public Shared Sub SetAutoScrollInterval( _ ByVal obj As DependencyObject, _ ByVal value As Integer _ )
'Usage Dim obj As DependencyObject Dim value As Integer TableView.SetAutoScrollInterval(obj, value)
public static void SetAutoScrollInterval( DependencyObject obj, int value )
Parameters
- obj
The dependency object from which the property value is read.
- value
- A value representing the auto scroll interval.