« Reply #1 on: December 15, 2009, 01:30:44 AM »
Hello,
Please try this code to check:
NodeTextBox tb = new NodeTextBox();
tb.AttachTo(tree); // where 'tree' is your treeview name
tree.BeginUpdate();
for(int i=0;i<2100;i++)
{
Node n=new Node("Node #"+i);
n.AttachTo(tree);
}
tree.EndUpdate();
This isn`t a Flexible TreeView problem. Please attach the sample code and we`ll check it.