akgulebubekir / Maui.DataGrid

DataGrid component for Maui
MIT License
260 stars 53 forks source link

set MeasureFirstItem as default #206

Closed symbiogenesis closed 1 month ago

symbiogenesis commented 1 month ago

Duplicate of https://github.com/akgulebubekir/Maui.DataGrid/pull/206 because that was accidentally closed.

The referenced issue is solved: https://github.com/dotnet/maui/issues/7562

MeasureFirstItem should allow better performance, and for a data grid it makes sense that it should be the default since you will almost always want every row to be the same height.