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 » CExtPanelControlBar with no resizing? Collapse All
Subject Author Date
Olaf Reusch Jun 4, 2007 - 4:52 PM

I have a class derived from CExtPanelControlBar with overloaded _GetFullRowMode, but my CExtResizableDialog which is on this Panel have not the same size how the panel control has. The client dialog doesn’t receive any messages about size changes or is moved with MoveWindow.

Olaf Reusch Jun 5, 2007 - 11:17 AM

I have found a own solution for my problem. I use a derived CExtPanelControlBar class with some overloaded functions und it works great.

Technical Support Jun 5, 2007 - 11:06 AM

The CExtPanelControlBar class implements a dockable window whose size is determined by the size of its child window. This control bar is not designed to take up the full row/column. If you need a full row/column control bar with one child, it should be based on CExtControlBar. You can use the CMyResizableInFixedModeBar class from the FixedSizePanels sample as a ready-to-use solution.