Move a Control to another tabpage or clone it
Messages   Related Types
This message was discovered on microsoft.public.dotnet.faqs.
Responses highlighted in red are from those people who are likely to be able to contribute good, authoratitive information to this discussion. They include Microsoft employees, MVP's and others who IMHO contribute well to these kinds of discussions.
Post a new message to this list...

Neil (VIP)
I have a listview on a tabcontrol page. depending on what tabpage is
selected, I need to move the listview control to another tab page or clone it.

Can anyone advise on how to move a control to another tab page or to clone it?

Thanks
Reply to this message...
 
    
mdb
"=?Utf-8?B?TmVpbA==?=" <Click here to reveal e-mail address> wrote in
news:Click here to reveal e-mail address:

[Original message clipped]

I've never tried this, so I'm not sure how well it would work, but you
could try just adding it to the TabPage's 'Controls'... such as:

tabPage1.Controls.Add(listView1);
tabPage2.Controls.Add(listView1);
tabPage3.Controls.Add(listView1);

the only problem is that the properties on the listView would have to
remain the same (position, size, contents, etc) since it will be the same
control.

Isn't there a better way you could do this?? Move the listView off of the
tabControl and place it above or below?

-mdb
Reply to this message...
 
    
mdb
mdb <m_b_r_a_y@c_t_i_u_s_a__d0t__com> wrote in
news:Xns95638C0DBF73mbrayctiusacom@207.46.248.16:
[Original message clipped]

Actually I'm not so sure this would work after all... as the listView1
control's Parent would get confused. You'll have to test it, but I
wouldn't expect it to work.. sorry for being confusing.

-mdb
Reply to this message...
 
    
Neil (VIP)
won't work that way, not so simple do to Parent owner of the Tabpage.

Any other ideas appreciated.

"mdb" wrote:

[Original message clipped]

Reply to this message...
 
 
System.Windows.Forms.TabPage




Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com