Visual Studio Express 2012 - Moving items to tab control loses actions
Posted
by
JohnP
on Super User
See other posts from Super User
or by JohnP
Published on 2014-05-28T21:00:17Z
Indexed on
2014/05/28
21:35 UTC
Read the original article
Hit count: 212
windows-7
|visual-studio-2012
VS 2012 Express on Windows 7 Professional, this was pre SP1 install.
I have a windows form that I had several elements (Listboxes, buttons, text and labels), with some actions associated with changing indices on the list boxes and of course the button actions.
I decided I wanted to add a tab control to enable a second tab with a different feature set, so I copied/cut/pasted all of the original items to a tab control that I added. When I did this, all of the elements lost their click action in the events window. I had to go and re-associate all of them.
Is this a normal behavior/known issue, or is there some method to move controls that I am not aware of?
© Super User or respective owner