Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
Using VB 2003 I have a tab control that sometimes draws the pages in a different order than what is shown and listed in the development environment. If I exit and start visual studio the problem goes away.
Posted

That is a known issue of the TabControl...

 

To ensure that that behavior goes away you must add the tabs (Clear the tabs collection of the tab control and re-add them on the desired order) at run-time on the contructor or Load of the form.

 

Alex :p

Software bugs are impossible to detect by anybody except the end user.

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...