'Declaration Public Shared Sub SetShowFixedColumnSplitter( _ ByVal obj As DependencyObject, _ ByVal value As Boolean _ )
'Usage Dim obj As DependencyObject Dim value As Boolean TableView.SetShowFixedColumnSplitter(obj, value)
public static void SetShowFixedColumnSplitter( DependencyObject obj, bool value )
Parameters
- obj
The dependency object to which the attached property is written.
- value
- true if the fixed-column splitter is shown; false otherwise. By default, true.