Skip to main content

For part of the menu, when within Tree View, is there a limit to the number of entries (children).   Your responses are appreciated.

For part of the menu, when within Tree View, is there a limit to the number of entries (children).   Your responses are appreciated.

Honestly, I do not know if there is a limit, but I can tell you that if you start adding too much, you will see a large performance hit.

The best thing to do is to build the base items in the tree view and then on the expanding, expanded, and selchange event procedures get the info for the child items for the selected item and remove the ones from the unselected ones.