12 references to IsAuto
Microsoft.Maui (1)
Layouts\GridLayoutManager.cs (1)
1233
public bool IsAuto => _gridLength.
IsAuto
;
Microsoft.Maui.Controls (11)
GridLengthTypeConverter.cs (1)
42
if (length.
IsAuto
)
LegacyLayouts\Grid.cs (2)
195
if (height.
IsAuto
)
222
if (width.
IsAuto
)
LegacyLayouts\GridCalc.cs (8)
183
if (!row.Height.
IsAuto
)
216
if (!col.Width.
IsAuto
)
311
if (c.Width.
IsAuto
)
323
if (!col.Width.
IsAuto
)
346
if (r.Height.
IsAuto
)
357
if (!row.Height.
IsAuto
)
851
if (_columns[i].Width.
IsAuto
)
861
if (_rows[i].Height.
IsAuto
)