AvaloniaUI / Avalonia.Controls.TreeDataGrid

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

Add `StringFormat` to `TextColumn<TModel,TValue>` options #278

Open dameng324 opened 3 months ago

dameng324 commented 3 months ago

I can not control the string format when display double number data, so add a StringFormat to TextColumn's options will be nice.

Is this suitable for TreeDataGrid? If so, I can create a pr to do that.

heuristicAL commented 2 months ago

I'd also very much like this feature and would be willing to contribute to it, if it's feasible according to the main devs.