Edit

Share via


ListViewExtensions.GetItemContainerStretchDirection(ListViewBase) Method

Definition

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

public static Microsoft.Toolkit.Uwp.UI.ItemContainerStretchDirection GetItemContainerStretchDirection(Windows.UI.Xaml.Controls.ListViewBase obj);
static member GetItemContainerStretchDirection : Windows.UI.Xaml.Controls.ListViewBase -> Microsoft.Toolkit.Uwp.UI.ItemContainerStretchDirection
Public Function GetItemContainerStretchDirection (obj As ListViewBase) As ItemContainerStretchDirection

Parameters

obj
Windows.UI.Xaml.Controls.ListViewBase

The Windows.UI.Xaml.Controls.ListViewBase to get the associated ItemContainerStretchDirection from

Returns

The ItemContainerStretchDirection associated with the Windows.UI.Xaml.Controls.ListViewBase

Applies to