4 references to HasUnevenRowsProperty
Microsoft.Maui.Controls (3)
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (1)
286 else if (e.PropertyName == Microsoft.Maui.Controls.ListView.HasUnevenRowsProperty.PropertyName)
ListView\ListView.cs (2)
200 get { return (bool)GetValue(HasUnevenRowsProperty); } 201 set { SetValue(HasUnevenRowsProperty, value); }
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ListViewRenderer.cs (1)
329 else if (e.PropertyName == Microsoft.Maui.Controls.ListView.HasUnevenRowsProperty.PropertyName)