P
PeteCresswell
Has anybody found a (third party?) TreeView that allows more than
32,765 nodes - and which they like?
32,765 nodes - and which they like?
So let's think about this differently: just like it doesn't make much
sense to add 32K items to a dropdown...
Another approach would be to do a virtual tree: it is initially
populated with only the first-level nodes. Only if the user drills in
are the needed nodes quickly added (one level at a time). This would
likely avoid you ever getting up to 32K nodes.