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 General Discussion » ExtToolControlBar appearance Collapse All
Subject Author Date
Alexey Zbritsky Jan 31, 2005 - 8:50 AM

How can i hide small arrow in right bottom corner of CExtTollControlBar?


How can i hide all borders around it (style doesn’t contains any borders styles but i see very thin border (slightly darker than dialog background) around my bar.


 


Any ideas?

Technical Support Jan 31, 2005 - 10:11 AM

The small arrow at rigth of the toolbar is called "chevron button" (or "content expand button"). Of course, you can hide it. Just create a CExtToolControlBar-derived class and override the OnCreateBarRightBtn() virtual method, which should do nothing and simply return NULL.