Hi
A couple of questions for clarity and request for help?
Q1. How can I set a "tag" for each TreeTableItem, I see there is no way to make each TreeTableItem have a unique id?
Q2. How does one search for a TreeTableItem by "text" and return the TreeTableItem? For example Id like to use AddChild(parentID, childID, childText), where the parentID will be a unique identifier for the parent.
Q3. Is it possible to move an item up / down or right / left using code?
Q4. Is it possible to get the position of a TreeTableItem within the tree?
Q6. When having added a context menu... how do I get the TreeTableItem the mouse actioned on?
Q7. How do I delete a TreeTableItem via code?
Thank you so much in advance.
A couple of questions for clarity and request for help?
Q1. How can I set a "tag" for each TreeTableItem, I see there is no way to make each TreeTableItem have a unique id?
Q2. How does one search for a TreeTableItem by "text" and return the TreeTableItem? For example Id like to use AddChild(parentID, childID, childText), where the parentID will be a unique identifier for the parent.
Q3. Is it possible to move an item up / down or right / left using code?
Q4. Is it possible to get the position of a TreeTableItem within the tree?
Q6. When having added a context menu... how do I get the TreeTableItem the mouse actioned on?
Q7. How do I delete a TreeTableItem via code?
Thank you so much in advance.
Last edited: