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 » Resizing of PropertyPage Collapse All
Subject Author Date
howard liu Jun 26, 2008 - 8:29 AM

Hello,


Is there any method or property  for controlling  or changing window size of CExtResizablepropertypage or CExtResizablepropertySheet window


 

Technical Support Jun 26, 2008 - 1:01 PM

The property page windows are simply child dialogs of a property sheet window and the property sheet always automatically repositions its child page windows. The property sheet window is just a window. It also receives WM_SIZE and WM_WINDOWPOSCHANGED messages. It can also be repositioned using the MoveWindow() and SetWindowPos() APIs.