Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - multiline tabctrl question
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

multiline tabctrl question

 Post Reply Post Reply
Author
Message
fredwobus View Drop Down
Newbie
Newbie
Avatar

Joined: 02 September 2004
Location: Austria
Status: Offline
Points: 22
Post Options Post Options   Thanks (0) Thanks(0)   Quote fredwobus Quote  Post ReplyReply Direct Link To This Post Topic: multiline tabctrl question
    Posted: 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
Back to Top
SuperMario View Drop Down
Senior Member
Senior Member
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 03 September 2004 at 6:32am
Maybe something like this:

    m_tabCtrl.ModifyTabStyle(0, TCS_MULTILINE);
Back to Top
fredwobus View Drop Down
Newbie
Newbie
Avatar

Joined: 02 September 2004
Location: Austria
Status: Offline
Points: 22
Post Options Post Options   Thanks (0) Thanks(0)   Quote fredwobus Quote  Post ReplyReply Direct Link To This Post 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.

Back to Top
Oleg View Drop Down
Senior Member
Senior Member


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 05 September 2004 at 2:30am

 

Not yet.  It sheduled to future releases.

Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.063 seconds.