ListViewExtensions.GetItemContainerStretchDirection(ListViewBase) 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.
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