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 » Splitter in dialog Collapse All
Subject Author Date
Rado Manzela Jun 10, 2010 - 4:49 AM

Is it possible to have splitter in CExtResizableDialog-derived dialog? I need to split resizable dialogs into 2 parts, one containing big grid and other part various anchored controls. Thank you.

Technical Support Jun 10, 2010 - 9:00 AM

Yes of course. Just create a CExtSplitterWnd window as a child of your dialog window, then create several splitter pane windows of any type as children of the CExtSplitterWnd window. The CExtShellDialogFile class implements a themed file dialog. It creates a shell tree and shell list view controls inside the splitter.