4 references to HasUnevenRows
Microsoft.Maui.Controls (4)
Cells\Cell.cs (2)
141 return table.HasUnevenRows && Height > 0 ? Height : table.RowHeight; 166 if ((Parent as ListView)?.HasUnevenRows == true || (Parent as TableView)?.HasUnevenRows == true)
TableView\TableView.cs (2)
21 /// <summary>Bindable property for <see cref="HasUnevenRows"/>.</summary> 22 public static readonly BindableProperty HasUnevenRowsProperty = BindableProperty.Create(nameof(HasUnevenRows), typeof(bool), typeof(TableView), false);