Hi,
In your sample treeListViewForm, you create the nodes as such:
Node node = new TodoStyledNode(new object[]{(TaskPriority)i, tasks[i], details[i]});
But in my program I do not fill my grid this way. I mainly use bound lookuplistcolumns that I add to my grid. How can I apply the same technique for node style with a lookuplistcolumn?
Also, could you update the vb samples so i can understand the code better?
Thanks