6 references to RowHeight
Microsoft.Maui.Controls (6)
Cells\Cell.cs (1)
141 return table.HasUnevenRows && Height > 0 ? Height : table.RowHeight;
Compatibility\Handlers\TableView\iOS\TableViewModelRenderer.cs (1)
190 if (table.RowHeight == -1 && h == -1 && cell is ViewCell)
Compatibility\Handlers\TableView\iOS\TableViewRenderer.cs (2)
147 var rowHeight = Element.RowHeight; 158 var rowHeight = Element.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);