Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. WCF and WF
  4. TabItem z-index order [solved]

TabItem z-index order [solved]

Scheduled Pinned Locked Moved WCF and WF
databasequestion
2 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • _ Offline
    _ Offline
    _iobuf
    wrote on last edited by
    #1

    If you make a tabcontrol and add a few tabitems with negative margin, the tabitems overlap each other, but the ones on the right are always on top of the ones on the left. Is there a way to make the tabitems on the left be on top of the tab items on the right?

    modified on Monday, December 22, 2008 3:32 PM

    _ 1 Reply Last reply
    0
    • _ _iobuf

      If you make a tabcontrol and add a few tabitems with negative margin, the tabitems overlap each other, but the ones on the right are always on top of the ones on the left. Is there a way to make the tabitems on the left be on top of the tab items on the right?

      modified on Monday, December 22, 2008 3:32 PM

      _ Offline
      _ Offline
      _iobuf
      wrote on last edited by
      #2

      Solution: 1) Set Panel.FlowDirection="RightToLeft" on the TabControl 2) Go to TabControl style & find the HeaderPanel 3) Set the HorizontalAlignment of the HeaderPanel to "Right" (or whatever side you choose) 4) Set Panel.FlowDirection="LeftToRight" on the TabItem style

      modified on Monday, December 22, 2008 4:08 PM

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups