Skip to content

Maui.DataGrid 2.0.0

Compare
Choose a tag to compare
@akgulebubekir akgulebubekir released this 30 Jan 21:26
· 694 commits to main since this release

After I and symbiogenesis's hard work we made quite few improvement son the DataGrid library.

  • Performance and memory improvements
  • Sorting icons changed to Polygon and animation added
  • Selection logic improved and reported bugs been fixed
  • Event handlers improved
  • LineBreakMode added for per column
  • Code cleanup
  • Refreshing logic improved

Migration Notes:

  • AscendingIconStyle and DescendingIconStyle properties removed. Instead SortIconStyle property implemented for type of Polygon.

BugFixes