Hi,
I'm trying to add a command button (or NButton or anything else that can act like a button and display an image) to a subitem of an NTreeListNode.
I've been searching the forum and perusing the documentation but haven't been able to find any answers yet.
Do you have a snippet of code that could show how this is done please? Thanks!
Hi Lars,
You can use NTreeListNodeImageSubItem to display an image to a subitem.
To handle the click event you should attach to ItemNotify event as in the example code below:
NTreeListColumn
...
void
The only drawback here is that you can't determine on which sub item exactly is clicked if you do not know the item's column.
Best Regards,Nevron Support Team