✅ TreeView scrollbar isn't visible
I have a tree view, and I want it to be scrollable when there are many items. I have tried to put it in the
ScrollView
and set ScrollViewer.VerticalScrollBarVisibility="Auto"
, but it doesn't solve the problem.6 Replies
Please paste the xaml $paste
If your code is too long, you can post to https://paste.mod.gg/ and copy the link into chat for others to see your shared code!
dont use stackpanel use a grid
stackpanel gives it internally the size it wants
is something to do with the stackpanel providing as much height as the inside content wants so the scrollviewer never saw the need to show up and say hi
it solved the problem, thank you
Use the /close command to mark a forum thread as answered