picoe / Eto

Cross platform GUI framework for desktop and mobile applications in .NET
Other
3.62k stars 328 forks source link

Add Grid.RowFormatting event and reset defaults on CellFormatting #2573

Closed cwensley closed 11 months ago

cwensley commented 11 months ago

This adds the ability to full-row highlight certain rows without affecting selection colors or having gaps between cells on macOS/WPF due to cell margins.

Also all formatting is reset you don't have to set the values back to defaults for reused cells, which is not always easy to do in a platform agnostic way.