Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

You have to remove the tabpage from the tabcontrol

 

see example

 

' Remove the tabpage        
TabControl1.TabPages.Remove(TabPage1)
' Add the tabpage back again
TabControl1.TabPages.Add(TabPage1)

 

Andy

Code today gone tomorrow!
Posted
Thats what I did, but this was I loose their order, I want them to be added in a certain order. I remove them and add them with checkboxes, so the user can click randomly on the checkboxes and the tabs will be added in the order he clicked the checkboxes

Proudly a Palestinian

Microsoft ASP.NET MVP

My Blog: wessamzeidan.net

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...