07-12-2007 02:43 PM
07-13-2007 05:57 AM
You cannot set all columns of a tree item with one call only: InsertTreeItem will insert the item in the tree and populate the first column (with index 0); after this moment you must populate the following columns one by one by using SetTreeCellAttribute (panelHandle, PANEL_TREE, rowIndex, colIndex, ATTR_LABEL_TEXT, "Some Text"); with the same command you can customize the individual cell in case the default aspect is not the one you want.