How to set width of property sheet navigator? |
Post Reply |
Author | |
MichaelN
Senior Member Joined: 19 September 2006 Status: Offline Points: 112 |
Post Options
Thanks(0)
Posted: 25 May 2015 at 8:43pm |
How do I set the width of the list area in the CXTPPropertySheet navigator CXTPPropertyPageListNavigator? For example, say I want to set the width to 250 pixels to handle longer strings?
I tried calling SetColumnWidth() which is CListBox method in the base class without success. There don't appear to be any methods to do this.
Thanks, Michael
|
|
Algae
Senior Member Joined: 08 January 2007 Location: United States Status: Offline Points: 217 |
Post Options
Thanks(0)
|
Something like this may help you: CXTPClientRect rc(this); rc.right = 250; m_wndTaskPanel.Create(WS_CHILD|WS_VISIBLE|WS_CLIPSIBLINGS|WS_CLIPCHILDREN|WS_TABSTOP,rc , this, 0); |
|
MichaelN
Senior Member Joined: 19 September 2006 Status: Offline Points: 112 |
Post Options
Thanks(0)
|
Thanks!
Michael
|
|
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 |