Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Docking Pane
  New Posts New Posts RSS Feed - Docking Pane-FlatTabCtrl
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Docking Pane-FlatTabCtrl

 Post Reply Post Reply
Author
Message
Kenneth View Drop Down
Senior Member
Senior Member
Avatar

Joined: 23 May 2004
Location: United States
Status: Offline
Points: 256
Post Options Post Options   Thanks (0) Thanks(0)   Quote Kenneth Quote  Post ReplyReply Direct Link To This Post Topic: Docking Pane-FlatTabCtrl
    Posted: 06 March 2005 at 7:52pm

I have created a dockingpane containing a FlatTabCtrl, with the following options:

pPane->SetOptions(xtpPaneNoCaption);
pPane->SetMinTrackSize(CSize(32000,20));
pPane->SetMaxTrackSize(CSize(32000,20));

I get a seperator bar between my CFormView window and the FlatTabCtrl that is 5 pixels thick.  Is there anyway to reduce the size of this seperator, or get rid of it completely?




Edited by Kenneth
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


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: 10 March 2005 at 10:03am

Strange that you use DockingPanes if you don't need resize/drag/float/hide

Anyway, try m_nSplitterSize of CXTPDockingPanePaintManager.

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.156 seconds.