Avalonia.Controls.TreeDataGrid
Avalonia.Controls.TreeDataGrid copied to clipboard
EnsureVisible Method
The TreeView
of Windows Forms has feature called EnsureVisible
method which is very useful. (https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.treenode.ensurevisible?view=windowsdesktop-7.0)
This feature is essential for my app.
Is there something equivalent? If no I would like to.
https://github.com/AvaloniaUI/Avalonia/issues/12027#issuecomment-1619662822