Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » Vertical title bar in docking panel Collapse All
Subject Author Date
Toshio Morita Aug 18, 2006 - 10:13 AM

Hi,
I need a docking panel with its title bar shown vertically at the left side.
To do this, I overrid CExtControlBar::IsBarWithGripper(), and there set
*pbGripperAtTop = false; *pbTextOnGripper = true.
The problem is that the title string disappears when docked to the left/right
of the frame window.
Is this the correct way to get a vertical title bar? If so, how can I overcome this problem?

Technical Support Aug 18, 2006 - 11:53 AM

You can achieve this by setting the CExtControlBar::m_bGripperStaticallyAtTop property to false.

Toshio Morita Aug 19, 2006 - 7:28 AM

That’s what I was looking for. Thanks!