Implemented interface member:
property
DisableLayout
Microsoft.Maui.Controls.IVisualElementController.DisableLayout
1 write to DisableLayout
Microsoft.Maui.Controls (1)
SwipeView\SwipeView.cs (1)
24
DisableLayout
= true;
1 reference to DisableLayout
Microsoft.Maui.Controls (1)
LegacyLayouts\Layout.cs (1)
683
if (Width <= 0 || Height <= 0 || !LogicalChildrenInternal.Any() || !IsVisible || !IsPlatformStateConsistent ||
DisableLayout
)