UniformGrid.SetAutoLayout(FrameworkElement, Nullable<Boolean>) Method

Definition

Sets the AutoLayout Attached Property Value. Used internally to track items which need to be arranged vs. fixed in place. Though it its required to use this property to force an element to the 0, 0 position.

public static void SetAutoLayout (Windows.UI.Xaml.FrameworkElement element, bool? value);
static member SetAutoLayout : Windows.UI.Xaml.FrameworkElement * Nullable<bool> -> unit
Public Shared Sub SetAutoLayout (element As FrameworkElement, value As Nullable(Of Boolean))

Parameters

element
Windows.UI.Xaml.FrameworkElement

Windows.UI.Xaml.FrameworkElement

value
Nullable<Boolean>

A true value indicates this item should be automatically arranged.

Applies to