Edit

Share via


ListViewExtensions.SetItemContainerStretchDirection Method

Definition

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

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

Parameters

obj
Windows.UI.Xaml.Controls.ListViewBase

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

value
ItemContainerStretchDirection

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

Applies to