2 references to RowHeightProperty
Microsoft.Maui.Controls (2)
ListView\ListView.cs (2)
249
get { return (int)GetValue(
RowHeightProperty
); }
250
set { SetValue(
RowHeightProperty
, value); }