Hi VBForums,
I have a quick question that might have a quick answer.
I have some usercontrols in a solution that are just panels with tab controls...but each is different so they are all separate controls, which are displayed/hidden when their corresponding treenode is selected/deselected on the parent forms treeview.
In short, it's a treeview panel selector.
Anyways, I was wondering if there is a way to hide these panels in my toolbox, since they are only used once...they just take up room for custom controls that I will actually place often.
Thanks too whoever answers! :wave:
EDIT: By the way, if you think I am approaching things incorrectly with my treeview panel selector, please let me know if it's incorrect to use seperate usercontrols as panels on a form. Doing it this way makes it much easier to edit individual panels and keep my solution organized.
I have a quick question that might have a quick answer.
I have some usercontrols in a solution that are just panels with tab controls...but each is different so they are all separate controls, which are displayed/hidden when their corresponding treenode is selected/deselected on the parent forms treeview.
In short, it's a treeview panel selector.
Anyways, I was wondering if there is a way to hide these panels in my toolbox, since they are only used once...they just take up room for custom controls that I will actually place often.
Thanks too whoever answers! :wave:
EDIT: By the way, if you think I am approaching things incorrectly with my treeview panel selector, please let me know if it's incorrect to use seperate usercontrols as panels on a form. Doing it this way makes it much easier to edit individual panels and keep my solution organized.