ListViewExtensions.SetItemContainerStretchDirection 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 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
The ItemContainerStretchDirection for binding to the Windows.UI.Xaml.Controls.ListViewBase