'Declaration Public Shared Function GetRemoveColumnStretchingOnResize( _ ByVal obj As DependencyObject _ ) As Boolean
'Usage Dim obj As DependencyObject Dim value As Boolean value = TableView.GetRemoveColumnStretchingOnResize(obj)
public static bool GetRemoveColumnStretchingOnResize( DependencyObject obj )
Parameters
- obj
The dependency object from which the property value is read.
Return Value
true if column stretching is removed when columns are resized; false otherwise. By default, false.