Imagine a treeview like so:
#root
#-first tree
#---first tree subitem
#-second tree
#---second tree subitem
So 'first tree' and 'second tree' will require a parent of 'root', whilst the subitems will request the first/second tree as parents as appropriate. Once you have that, THEN you can use the row and column. Without the parent, the row and column are meaningless.
Bookmarks