Anyone have sample code to make a web treeview?

Hello all!

Anyone have any sample code for creating a web treeview for Xojo 2025 R1.1 and higher?

Thanks!
Tim

@Anthony_G_Cyphers has a Tree View control in GraffitiSuite.

1 Like

GraffitiGrid has tree functionality and I have GraffitiTree.

1 Like

Hi guys

How many levels do these support?

Tim

There is no limit.

DrawTree Demo (DeskTop) 1.2 (API2).zip (441.2 KB)

While it’s a desktop app, it is all done on a canvas and could conceivably be converted to web. Drag & drop, cut/copy/paste implemented and it is safe with circular trees like A > B > C > A

1 Like