1 type derived from StackLayout
Microsoft.Maui.Controls (1)
IndicatorView\IndicatorStackLayout.cs (1)
7 internal class IndicatorStackLayout : StackLayout
14 references to StackLayout
Microsoft.Maui.Controls (14)
Layout\AndExpandLayoutManager.cs (6)
10 readonly StackLayout _stackLayout; 13 public AndExpandLayoutManager(StackLayout stackLayout) 41 static IGridLayout Gridify(StackLayout stackLayout) 51 static IGridLayout ConvertToRows(StackLayout stackLayout) 88 static IGridLayout ConvertToColumns(StackLayout stackLayout) 137 public AndExpandGrid(StackLayout layout)
Layout\StackLayout.cs (3)
16 public static readonly BindableProperty OrientationProperty = BindableProperty.Create(nameof(Orientation), typeof(StackOrientation), typeof(StackLayout), StackOrientation.Vertical, 31 var layout = (StackLayout)bindable;
Layout\StackLayoutManager.cs (3)
9 readonly StackLayout _stackLayout; 11 public StackLayoutManager(StackLayout stackLayout) 45 static bool UsesExpansion(StackLayout stackLayout)
Properties\AssemblyInfo.cs (2)
157[assembly: StyleProperty("-maui-orientation", typeof(StackLayout), nameof(StackLayout.OrientationProperty))]