'Declaration Public Shared Sub SetCanScrollHorizontally( _ ByVal obj As DependencyObject, _ ByVal value As Boolean _ )
'Usage Dim obj As DependencyObject Dim value As Boolean TableView.SetCanScrollHorizontally(obj, value)
public static void SetCanScrollHorizontally( DependencyObject obj, bool value )
Parameters
- obj
The dependency object to which the attached property is written.
- value
- true if the item can scroll with the content of a grid; false otherwise (the item will stay fix).