This repository has been archived by the owner on May 29, 2024. It is now read-only.
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 )