3 writes to Expanders
Microsoft.Maui.Controls (3)
LegacyLayouts\StackLayout.cs (3)
126
layout.
Expanders
= 0;
165
layout.
Expanders
++;
201
layout.
Expanders
++;
5 references to Expanders
Microsoft.Maui.Controls (5)
LegacyLayouts\StackLayout.cs (5)
188
ComputeConstraintForView(expander, layout.
Expanders
== 1); // warning : slightly obtuse, but we either need to setup the expander or clear the last one
223
ComputeConstraintForView(expander, layout.
Expanders
== 1);
412
if (layout.
Expanders
<= 0)
421
double spacePerExpander = extraSpace / layout.
Expanders
;
449
double spacePerExpander = extraSpace / layout.
Expanders
;