2 references to RowHeightProperty
Microsoft.Maui.Controls (2)
TableView\TableView.cs (2)
95
get { return (int)GetValue(
RowHeightProperty
); }
96
set { SetValue(
RowHeightProperty
, value); }