|
|
|
|
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.
Subject |
Author |
Date |
|
tera t
|
Mar 18, 2008 - 1:07 AM
|
|
|
Technical Support
|
Mar 19, 2008 - 6:52 AM
|
You should dock the first control bar on the right side of the main frame window using the CExtControlBar::DockControlBarInnerOuter() method. Then you should dock the second bar into the same area with the first one using the CExtControlBar::DockControlBarLTRB() method.
|
|
tera t
|
Mar 18, 2008 - 11:12 PM
|
|
|
Technical Support
|
Mar 18, 2008 - 8:56 AM
|
Please take a look at the following sample application dedicated to changing the size of resizable control bars:
ChangeFloatingSize.zip
If you are using dialogs with controls inside resizable control bars, then you should anchor all the dialog controls to make the entire dialog layout looking correctly regardless of the dialog’s size.
|
|