ListViewExtensions.SetStretchItemContainerDirection Method

Definition

Sets the stretch StretchDirection associated with the specified Windows.UI.Xaml.Controls.ListViewBase

public static void SetStretchItemContainerDirection (Windows.UI.Xaml.Controls.ListViewBase obj, Microsoft.Toolkit.Uwp.UI.Extensions.StretchDirection value);
static member SetStretchItemContainerDirection : Windows.UI.Xaml.Controls.ListViewBase * Microsoft.Toolkit.Uwp.UI.Extensions.StretchDirection -> unit
Public Sub SetStretchItemContainerDirection (obj As ListViewBase, value As StretchDirection)

Parameters

obj
Windows.UI.Xaml.Controls.ListViewBase

The Windows.UI.Xaml.Controls.ListViewBase to associate the StretchDirection with

value
StretchDirection

The StretchDirection for binding to the Windows.UI.Xaml.Controls.ListViewBase

Applies to