Hello,
i want to populate three control programatically. I checked the documentation for NSTreeController... there are methods like add, addchild available with it. But these are all actions, which will be called from the UI.
But I want to make tree control programatically. It can have any number of levels and nodes.
Suggestions are welcome.
i want to populate three control programatically. I checked the documentation for NSTreeController... there are methods like add, addchild available with it. But these are all actions, which will be called from the UI.
But I want to make tree control programatically. It can have any number of levels and nodes.
-Root
- child
- subchild
- subchild
-sub-subchild
-child
- subchild
--
-- (etc)
Suggestions are welcome.