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 » How to Resize CExtTabbedToolControlbar Collapse All
Subject Author Date
Malcolm D Mar 26, 2008 - 10:46 PM

I was wondering how to allow the user to dynamically resize the tabbed toolbar.

Technical Support Apr 9, 2008 - 7:54 AM

In the current implementation of tabbed toolbars, only full-row/full-column location is supported when they are docked and a persistent size when they are floating.

Malcolm D Apr 9, 2008 - 7:19 PM

I would like to request this as a new feature, and/or ask for a way of allowing it to be resized when floating.


Also is it possible to customise the toolbars on it?


Thanks

Technical Support Apr 3, 2008 - 12:50 PM

The tabbed control bar is an instance of the CExtDynTabControlBar window which is also a kind of the CExtControlBar window. If some CExtControlBar resizable control bar is inside a tabbed group, the CExtControlBar::_GetNearestTabbedContainer() method returns a valid non-NULL pointer to the CExtDynTabControlBar window. Both CExtControlBar simple bars and CExtDynTabControlBar dynamic tabbed group bars can be resized like demonstrated in the following sample:

ChangeFloatingSize.zip

Malcolm D Apr 3, 2008 - 4:39 PM

Sorry, I think you mist have slightly misread my questions.

I was asking about the Tabbed "Toolbar" which is of class CExtTabbedToolControlBar- the one where you can tab between "toolbars". This one does not seem be resizeable by default at least. Is there a way to do this?

Thanks