This repository has been archived by the owner on May 29, 2024. It is now read-only.
Releases: akgulebubekir/Xamarin.Forms.DataGrid
Releases · akgulebubekir/Xamarin.Forms.DataGrid
Xamarin.Forms.DataGrid.5.0.0.2545
Release Notes:
- Significant performance imrovement with datagrid.
- Animated sorting icons
- Selection and sorting improvements
Migration Notes:
- AscendingIconStyle and DescendingIconStyle are removed, use SortIconStyle (see: Samples.md )
FormattedTitle feature implemented
New Features
FormattedTitle: This allows you to edit your title style partially by ForegroundColor
, FontSize
, FontFamily
, FontAttribute
, BackgroundColor
, Text
etc.
InternalItems : It solves #31 , #27 , #25 issues. ( special thanks to @assemhakmeh )
API Changes
PropertyName : It was using to sort items in DataGrid
. Now it also uses as BindingContext
in your cell. It significantly reduces overriden CellTemplate
s ( special thanks to @ulutashus )