hi ,
I'll like to ask if anybody here can tell me how to determine which column is used , if I add data(string)
to a Treelist created in Blockstyler.
I know how to set example 3 column's
[highlight #8AE234] Enum Columns
ColumnFirst = 0
ColumnSecond = 1
ColumnThird = 2
End Enum[/highlight]
[highlight #8AE234]
tree_control0.InsertColumn(Columns.ColumnFirst, "lklo c1", 180)
tree_control0.InsertColumn(Columns.ColumnSecond, "lklo c3", 180)
tree_control0.InsertColumn(Columns.ColumnThird, "lklo c3", 80)[/highlight]
and I know how to insert a string
-------
I dont use
[highlight #8AE234] tree_control0.InsertNode(node, parentNode, afterNode, Tree.NodeInsertOption.LAST)[/highlight]
But I cant find a solution ,so I can choose which column I will add data in.
lklo
I'll like to ask if anybody here can tell me how to determine which column is used , if I add data(string)
to a Treelist created in Blockstyler.
I know how to set example 3 column's
[highlight #8AE234] Enum Columns
ColumnFirst = 0
ColumnSecond = 1
ColumnThird = 2
End Enum[/highlight]
[highlight #8AE234]
tree_control0.InsertColumn(Columns.ColumnFirst, "lklo c1", 180)
tree_control0.InsertColumn(Columns.ColumnSecond, "lklo c3", 180)
tree_control0.InsertColumn(Columns.ColumnThird, "lklo c3", 80)[/highlight]
and I know how to insert a string
-------
I dont use
[highlight #8AE234] tree_control0.InsertNode(node, parentNode, afterNode, Tree.NodeInsertOption.LAST)[/highlight]
But I cant find a solution ,so I can choose which column I will add data in.
lklo