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 » I want to use scrollbar in CExtResizablePropertyPage. Collapse All
Subject Author Date
Wu Yunpeng Nov 27, 2005 - 8:34 PM

when the resizable page is draged and the size is too small to show all the controls on it,


i think the scrollbar is needed.


how can i do this?


thanks.

Technical Support Nov 28, 2005 - 9:54 AM

There is only one dialog template resource based class in MFC which supports scrolling: CFormView class. So, use it if you need scrolling. You can create a CFormView window in your property page and stretch it to fit all the page’s client area.