'Declaration Public Shared Function GetAutoHideScrollBars( _ ByVal element As DependencyObject _ ) As Boolean
'Usage Dim element As DependencyObject Dim value As Boolean value = ScrollViewerHelper.GetAutoHideScrollBars(element)
public static bool GetAutoHideScrollBars( DependencyObject element )
Parameters
- element