Relative Content

Tag Archive for c#user-interfacelayoutmauihierarchical

Creating a hierarchical view of custom elements in a MAUI App

I’m currently working on a MAUI application and I’m trying to implement a hierarchical view for my custom elements. Specifically, I want to allow users to collapse and expand elements, and have a clear view of which objects are children of others.