Design time UserControls
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, i am creating a Winforms UserControl that has a splitcontainer and a couple of labels and textboxes, in the left panel of the splitcontainer are the lables and the textboxes in the right panel, What i want is to be able to change the spliter distance in desing time with the mouse, not changing the property. all i get now when i drag my usercontrol in a new form is a static picture of my control, and i can't interact with it's contents in any way. How could i do that? Thanks in advance