Populate Tree View with SQL Query

Hello,

I’m looking for an example of this subject. I’d like to dynamically populate a Tree View component using a SQL query. Can someone please point me in the right direction of an example?

Thanks in advance!

Brian

Realized that my SQL Query that I bind to the Tree View’s Items property just needs to have the columns named like a Tree View would expect - for example, “path”, “text”, “selectedText”, etc.

Hello there bfaivre. Were you able to solve this? if so, could you please let me know how you were able to do it?