AvaloniaUI / Avalonia.Controls.TreeDataGrid

A combined TreeView/DataGrid for Avalonia.
MIT License
266 stars 54 forks source link

Respect `ScrollViewer.BringIntoViewOnFocusChange`. #208

Closed grokys closed 1 year ago

grokys commented 1 year ago

https://github.com/AvaloniaUI/Avalonia/pull/11442 introduced a new attached property: ScrollViewer.BringIntoViewOnFocusChange.

We need to wire that up in order for TreeDataGrid to respect it.