Results 1 to 3 of 3

Thread: TabStrip?

  1. #1
    CharlyDoes
    Guest

    TabStrip?

    How do I select a tab in design time from the TabStrip Control? Now I can only place controls on the first tab....

  2. #2
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649
    You can't select the Tabs on a TabStrip at design time.
    During run-time you must add code your self to place the controls on the TabStrip.
    One common way of doing this is to add controls to different picture boxes and the hide and show these pictureboxes when the user changing tabs.

    You can also use the SSTab control instead of a TabStrip which is easier to use but takes up more system resources.

  3. #3
    CharlyDoes
    Guest
    Thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width