ScrollViewerExtensions.SetHorizontalScrollBarMargin Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the Thickness associated with the specified horizontal Windows.UI.Xaml.Controls.Primitives.ScrollBar of a Windows.UI.Xaml.Controls.ScrollViewer
public static void SetHorizontalScrollBarMargin(Windows.UI.Xaml.FrameworkElement obj, Windows.UI.Xaml.Thickness value);
static member SetHorizontalScrollBarMargin : Windows.UI.Xaml.FrameworkElement * Windows.UI.Xaml.Thickness -> unit
Public Shared Sub SetHorizontalScrollBarMargin (obj As FrameworkElement, value As Thickness)
Parameters
- obj
- Windows.UI.Xaml.FrameworkElement
The Windows.UI.Xaml.FrameworkElement to associate the Thickness with