Is there a way to scroll to a given item in a TreeDataGrid? #19674
Unanswered
EricTerrell
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
With TreeDataGrid version 11.1.1, is there a way to scroll to a given item or row, all in the view model, without directly manipulating the TreeDataGrid?
I'm using the technique described here, #18185 to programmatically scroll to items, but it directly manipulates the TreeDataGrid.
Also, is there a more comprehensive set of documentation for TreeDataGrid? The docs I've managed to find are very terse and don't cover issues like this one:
I am using Avalonia version 11.3.6.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions