simpletabcontrol

SimpleTabControl with TabItems on the left, and display area on the right?

Using Expression Blend, I am trying to create an interface where the tabs are on the left, and the display area is on the right. It would give more of the illusion of buttons on the left. I tried adding the SimpleTabControl with a Fill layout, and setting the TabStripPlacement to Left. However this gives me a control which has 2 tabs st...

html scrollable tab bar - make a td continue on the next row when it overflows the screen

What I'm trying to achieve is a scrollable tab-bar. I have a web page with multiple tabs. The "tab" control it's just an html table, with a single row, in which each tab is a td. The page has way over 10 tabs, an the tabs no longer fit in the screen. I'd like to have the tabs scroll, or at least continue on the following row (somethi...

How to use a CTabCtrl in a MFC dialog based application ?

I need to do something which i expected to be was simple - create a tab control which has 2 tabs, implying 2 modes of operation for my app. When user clicks on Tab1, he'll be presented with some buttons and textboxes, and when he clicks Tab2, some other input method. I noticed that there was a CTabCtrl class thats used in MFC to add tabs...