![]() |
multiline tabctrl question |
Post Reply
|
| Author | |
fredwobus
Newbie
Joined: 02 September 2004 Location: Austria Status: Offline Points: 22 |
Post Options
Thanks(0)
Quote Reply
Topic: multiline tabctrl questionPosted: 03 September 2004 at 4:25am |
|
Hello,
I am playing with the TabManager sample. I created my own dialog based on the CPropertiesDialog and started adding tab controls, setting their appearance etc. I would like to display multiline tabs in the office2003 theme. So far I found the multiline tabs in the TabCtrl sample - that is what I need. How do I set the TCS_MULTILINE style for a CXTPTabControl such as those used in the TabManager's property dialog ? Thanks a lot, Fred |
|
![]() |
|
SuperMario
Senior Member
Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
Quote Reply
Posted: 03 September 2004 at 6:32am |
|
Maybe something like this:
m_tabCtrl.ModifyTabStyle(0, TCS_MULTILINE); |
|
![]() |
|
fredwobus
Newbie
Joined: 02 September 2004 Location: Austria Status: Offline Points: 22 |
Post Options
Thanks(0)
Quote Reply
Posted: 03 September 2004 at 6:43am |
|
Thanks Mario, I tried that in the TabCtrl sample and it works. That sample uses CTabCtrlEx tabs, which uses the TCS_xxx styles. However, I started off with the TabManager sample, which uses the CXTPTabControl class. Does this class support the multiline feature ? I like the Office2003 theme, but I need the stacked multiline functionality.
Thanks, Fred. |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 05 September 2004 at 2:30am |
|
Not yet. It sheduled to future releases. |
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |