![]() |
CXTPPropertySheet not supporting stacked tabs? |
Post Reply ![]() |
Author | |
Tomasz ![]() Senior Member ![]() Joined: 05 August 2006 Status: Offline Points: 109 |
![]() ![]() ![]() ![]() ![]() Posted: 01 April 2011 at 8:13am |
Hello, With upgrade to 15.0.2 I have noticed that CXTPCustomizeSheet is NO longer derived from CPropertySheet. Side effect is that it does not support stacked tabs anymore. The reason is that CXTPCustomizeSheet is derived now from CXTPPropertySheet that derives straight from CDialog and Codejock forgot to implement stacked tab support in CXTPPropertySheet class. Original MFC class uses stacked tab (multiple rows) by default and it has EnableStackedTabs method. Codejock's CXTPPropertySheet misses that. Question: how to enable stacked tabs in CXTPPropertySheet ? (Hint it is not only a question of changing tab control style , but also resizing property dialog, MFC does that automatically, why Codejock can't ?) Best regards, Tomasz |
|
![]() |
|
Oleg ![]() Admin Group ![]() Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
![]() ![]() ![]() ![]() ![]() |
Hello,
CXTPPropertyPageTabNavigator* pTabControl = (CXTPPropertyPageTabNavigator*)cs.GetNavigator();
pTabControl->SetLayoutStyle(xtpTabLayoutMultiRow); |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
Tomasz ![]() Senior Member ![]() Joined: 05 August 2006 Status: Offline Points: 109 |
![]() ![]() ![]() ![]() ![]() |
Great, thanks! Tomasz |
|
![]() |
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 |