6 references to Height
Microsoft.Maui.Controls (6)
Cells\Cell.cs (6)
119
OnPropertyChanging(nameof(
Height
));
122
OnPropertyChanged(nameof(
Height
));
141
return table.HasUnevenRows &&
Height
> 0 ?
Height
: table.RowHeight;
145
return list.HasUnevenRows &&
Height
> 0 ?
Height
: list.RowHeight;