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 » CExtTabPageContainer Collapse All
Subject Author Date
Istvan Horgos Aug 6, 2005 - 10:09 AM


How to modify CExtTabPageContainer so that I can customize the size of dialog rect inside of an tab?


Thanks!

Istvan Horgos Aug 6, 2005 - 10:22 AM

I mean to set static size for all dialogs inside of any tab bar. Not different size for eatch tab bar dialog.


Thanks!

Technical Support Aug 7, 2005 - 10:08 AM

The CExtTabPageContainerWnd class is designed as a container window for one CExtTabWnd control and a set of other child windows corresponding to the tab items in the CExtTabWnd window. The CExtTabPageContainerWnd window automatically sticks the CExtTabWnd window to the tab page container’s border. The rest of the tab page container’s space is occupied by the currently selected page window. The size of the page window that is a dialog window in your application is adjusted automatically and we do not see any problems with this design. If the size of the page windows had not managed by the CExtTabPageContainerWnd window, then you would have seen an inconsistent look of the currently selected page. If you are using the CExtResizableDialog class for tab page windows, you can exclude anchoring of the dialog’s child windows to make the dialog having a look of non-resizable dialog but with the stylish dialog background.