3 references to RowHeight
Microsoft.Maui.Controls (3)
Cells\Cell.cs (1)
141 return table.HasUnevenRows && Height > 0 ? Height : table.RowHeight;
TableView\TableView.cs (2)
18 /// <summary>Bindable property for <see cref="RowHeight"/>.</summary> 19 public static readonly BindableProperty RowHeightProperty = BindableProperty.Create(nameof(RowHeight), typeof(int), typeof(TableView), -1);