2 references to MeasuredGridWidth
Microsoft.Maui (2)
Layouts\GridLayoutManager.cs (2)
26
var measuredWidth = _gridStructure.
MeasuredGridWidth
();
49
var actual = new Size(_gridStructure.
MeasuredGridWidth
(), _gridStructure.MeasuredGridHeight());