-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes lack of Library scrolling #2484
Conversation
I noted that internally yesterday, there's a discussion thread about it. So check there if looking for more context/chat/talk. |
To make it work with just the Tree scrolling and keeping the header in view (you have to collapse the collections section to make room to actually see of course), you can remove the |
Oh, that actually worked for you? It was the literal first thing I tried yesterday, and I didn't have as good luck; maybe I missed something in there given I've only poked around for 15 minutes. |
I also tried that first and it doesn't work in all eventualities. We don't need 3 people on this so don't worry about it for now as I'm going through with Laurence some different options to get us through to the milestone. As was discussed on Slack. |
Please delete the above comment and remove the name of the chat application before reposting. If you don't, @ erri120 will, as they usually do. |
Removed page-wide vertical scroll |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TreeDataGrid seems to be virtualizing the items correctly
Added ScrollViewer for whole page as per @captainsandypants request. Added bottom border to expanders to visually separate when both are collapsed.