How to implement nested Dropdown/Tree

Hello,

I wanted to implement a nested dropdown interface where the data will be gathered from Data Base and parents can be toggled to show the child groups.

I try using Segment widgets and use AddDataAt() methods to add the data dynamically, however, for some reason, the data does not show up in the Segment.

Can anyone help?

Thanks