06-24-2012 09:28 PM
Trying to understand how to edit/modify a tree control during program execution, specifically if I want to add a row or delete a row.
Thanks
06-24-2012 11:10 PM
06-24-2012 11:23 PM
06-24-2012 11:42 PM
Hi dwjef,
Go through this.I think by going through this you we will get an idea of how to achieve what you are trying.
https://decibel.ni.com/content/docs/DOC-20747
06-25-2012 05:17 AM
The Tree Control API might help you.
06-27-2012 07:54 PM
Thanks for comments/suggestions guys. I had been thinking more of something that was build into the control already (like the rearrange, drag/drop functionality), rather than doing it programmatically, but it doesn't seem to be possible. Your suggestions have given me some options to work with.