How to Scroll in Treeview? #293
Unanswered
jdgarciaa11
asked this question in
Q&A
Replies: 1 comment
-
You can put the TreeView inside a ScrollView: <ScrollView>
<material:TreeView />
</ScrollView> Scrolling works as expected like in this page: https://github.com/enisn/UraniumUI/blob/develop/demo/UraniumApp/Pages/TreeViews/TreeViewFileSystemPage.xaml |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a problem with scroll in a tree view implementation, its a problem with de tree view or my implementation
<material:TreeView
ItemsSource="{Binding Nodes}"
LoadChildrenCommand="{Binding LoadChildrenCommand}">
material:TreeView.ItemTemplate
<Image.Triggers>
</Image.Triggers>
<Label.GestureRecognizers>
Beta Was this translation helpful? Give feedback.
All reactions