TreeView Not Rendering Correctly #565
Replies: 2 comments 2 replies
-
My .cs file for the page: using ChipsAppV3.Models; namespace ChipsAppV3; public partial class NotesPage : ContentPage
} |
Beta Was this translation helpful? Give feedback.
-
I was able to get the arrows by modifying the App.xaml.
and then replace the line
With
The opening and closing of the nodes do not work however. So the open/closed state stays fixed to the way the node was created. |
Beta Was this translation helpful? Give feedback.
-
I'm following the docs as closely as possible. I fail to get the icon/character/symbol to the left of an unexpanded group.
What's the trick to getting this to appear?
My contentpage:
My Mauiprogram.cs:
Beta Was this translation helpful? Give feedback.
All reactions