Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Moving controls onto a container in VS2010

I have a winform with some controls mostly buttons and textboxs.

Now I have to move theese controls onto a splitcontainer, how can i do this i Visual studio 2010. I have tried to cut and paste and it seemed to work fine, but all the event disapeared.

Do i really have to start from scratch?

like image 377
CruelIO Avatar asked Dec 04 '22 04:12

CruelIO


1 Answers

Another way to manage this is to enable the document outline for the form. This can be found in View >> Other Windows >> Document Outline.

The using this you can simply drag and drop. This is a useful tool if the split container panel is too small or off screen etc.

like image 167
paul Avatar answered Dec 05 '22 16:12

paul