3 references to Absolute
Microsoft.Maui (3)
Layouts\GridLayoutManager.cs (3)
1044
if (cell.ColumnGridLengthType == GridLengthType.
Absolute
)
1058
if (cell.RowGridLengthType == GridLengthType.
Absolute
)
1190
GridUnitType.Absolute => GridLengthType.
Absolute
,