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 » CPropertyPage/CPropertySheet Collapse All
Subject Author Date
Jonas Gauffin Feb 1, 2007 - 6:11 AM

Is it possible to get themed property sheet / property page?

Technical Support Mar 17, 2008 - 5:12 AM

Is it possible to reproduce this problem with the ResizablePropertySheet sample? Please note, the CExtResizablePropertySheet and CExtResizablePropertyPage classes are designed for wizard mode property sheets only. If you need a tabbed property sheet, then you should use a CExtResizableDialog dialog with a CExtTabPageContainerWnd window inside. This dialog will implement the property sheet. Then you should insert other child CExtResizableDialog dialogs into the tab page container window as its pages.


madan chauhan Mar 10, 2008 - 1:10 AM

When i am running my application it is showing white space between the border of my property sheet and property page. I have done all the margin zero but still the gap is there. How can i fix this so that there will no free space.

Technical Support Feb 1, 2007 - 11:36 AM

Yes. This should be implemented as a dialog window with a tab page container at the center and buttons at the bottom.