3 references to RowHeightProperty
Microsoft.Maui.Controls (3)
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (1)
282
if (e.PropertyName == Microsoft.Maui.Controls.ListView.
RowHeightProperty
.PropertyName)
ListView\ListView.cs (2)
249
get { return (int)GetValue(
RowHeightProperty
); }
250
set { SetValue(
RowHeightProperty
, value); }