irihitech / Semi.Avalonia

Avalonia theme inspired by Semi Design
https://irihitech.github.io/Semi.Avalonia/
MIT License
1.02k stars 66 forks source link

Make DataGrid and TreeDataGrid row borders editable #375

Closed giard-alexandre closed 4 months ago

giard-alexandre commented 4 months ago

Hi, it would be great if we could edit the Margin of the Border#RowBorder control application-wide. Currently, since it's defined statically, it's impossible for me to change the margin on every row.

For reference: TreeDataGrid: https://github.com/irihitech/Semi.Avalonia/blob/a225feeb0d58428741fe8b8047bbe743e6e3b05e/src/Semi.Avalonia.TreeDataGrid/TreeDataGrid.axaml#L152

Datagrid: https://github.com/irihitech/Semi.Avalonia/blob/a225feeb0d58428741fe8b8047bbe743e6e3b05e/src/Semi.Avalonia.DataGrid/DataGrid.axaml#L295