AvaloniaUI / Avalonia.Controls.TreeDataGrid

A combined TreeView/DataGrid for Avalonia.
MIT License
233 stars 48 forks source link

Feat/text column formatting #283

Open heuristicAL opened 2 months ago

heuristicAL commented 2 months ago

Closes #278

Adds the property StringFormat to TextColumnOptions. This new option allows us to specify a custom string format for each cell, without needing to use TemplateColumns.

heuristicAL commented 2 months ago

Ready for review!