change style of Tab Control in property sheet
-
Dear all, I changed tab style to display vertically at the rightside of the property page using TCS_RIGHT. But it is not visible first time the dialog appears and when i click any of the tab in the group ,all the tabs will appears. The problem is the text in the tab control is still displaying in horizontal style Regards Manjunath S
Manjunath S GESL Bangalore
-
Dear all, I changed tab style to display vertically at the rightside of the property page using TCS_RIGHT. But it is not visible first time the dialog appears and when i click any of the tab in the group ,all the tabs will appears. The problem is the text in the tab control is still displaying in horizontal style Regards Manjunath S
Manjunath S GESL Bangalore
Are you using common controls version 6? If so, then the tab control no longer supports the left/right styles.
--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ
-
Are you using common controls version 6? If so, then the tab control no longer supports the left/right styles.
--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ
Michael Dunn wrote:
...common controls version 6? If so, then the tab control no longer supports the left/right styles.
Really? Is this because of the "This style is not supported if you use visual styles" restriction?
-
Are you using common controls version 6? If so, then the tab control no longer supports the left/right styles.
--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ
:laugh: Never mind - I see it under TCS_BOTTOM, which is the first place I'd look if I wanted tabs on the right :rolleyes: Thanks for the heads-up!
-
Michael Dunn wrote:
...common controls version 6? If so, then the tab control no longer supports the left/right styles.
Really? Is this because of the "This style is not supported if you use visual styles" restriction?
Yes, that's what "This style is not supported if you use visual styles" means - that style bit gets ignored when you use common controls v6.
--Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ