Am 22.02.2011 17:51, schrieb Anthony Tekatch:
>> ... how to insert text into other columns than column 0.
>>
>> ColumnView1.Add("key1", "Text1") only adds text to the leftmost column,
>> the one that can be shown like a treeview. (I don't need that treeview
>> feature, just several columns.) And ho
> ... how to insert text into other columns than column 0.
>
> ColumnView1.Add("key1", "Text1") only adds text to the leftmost column,
> the one that can be shown like a treeview. (I don't need that treeview
> feature, just several columns.) And how do I add text to column 1, 2
> etc.?
Here is
Hi,
Never used a ColumnView before. Now it could be useful. But I'm stuck at
the point how to insert text into other columns than column 0.
ColumnView1.Add("key1", "Text1") only adds text to the leftmost column,
the one that can be shown like a treeview. (I don't need that treeview
feature, ju