I wish for a tree view

I know I can use a DesktopListbox and hide / show rows and emulate a treeview, but it seems that that is not portable to WebListbox. So.. I wish for an implicit tree view control to be included with Xojo… It’s such a useful view..

Happy Holidays!

2 Likes

Translation:

Reality comes knocking at the door. With its heavy footsteps. Just as one is barely getting up from the celebrations.

I agree.

After the Grid, the most important object is the tree.

1 Like

If you mean for desktop, Einhugur has a nice cross-platform treeview control. It’s not first-party but it works well. MBS has one too but I believe it’s MacOS only.

4 Likes

Thanks!

And there is a tree example all done in code, using a canvas. Could be ported to web. Cut/Copy/Paste items/branches and drag & drop included.

DrawTree Demo.zip (441.1 KB)

1 Like

Graffitisuite by @Anthony_G_Cyphers has a Tree view for Web

https://demo.graffitisuite.com/

1 Like

Also have GraffitiTreeView for desktop with multiple styles, many features, and tons of customization possible.

And for iOS, GraffitiGrid supports tree functionality:

2 Likes