tcxtreelist 的使用方法.解决方法

tcxtreelist 的使用方法.如何添加节点 我只想把几个string类型的东西一列显示出来[解决办法]加上列了吧,假

tcxtreelist 的使用方法.
如何添加节点 我只想把几个string类型的东西一列显示出来

[解决办法]
加上列了吧,假如你现在有一列了。
var
Node: TcxTreeListNode;
begin
for I := 0 to 100 do
begin
Node := cxTreeList1.Add;
Node.Texts[0]:= inttostr(I);
end;
end;
这个控件我常用,不会再来