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 » How to put dialog with scrollbar into tab control. Collapse All
Subject Author Date
Wu Yunpeng Dec 1, 2005 - 7:27 PM

There are meny dialogs in my project,these dialog are children of CExtPageContainerWnd and CExtPageContainerWnd is the only child of CExtControlBar.


I think the scrollbar is needed when the dialog is too small to show all the controls on it,


So i write a class CScrollDialog based on MFC’s CDialog to support scrolling mechanism,but when i drag the CExtControlBar,there is much flicker on my dialog, and if i turn on Clip Children for my dialogs then the dialog can not be shown rightly.


i tried the CExtResizableDialog as the base class for CScrollDialog,and failed again.


My purpose is to put dialogs into a tab control and the tab control can be docked anywhere in the frame. further more,i need scrollbar for my dialog when the size is too small to show the controls on it.


How to solve this problem?


thanks.

Technical Support Dec 2, 2005 - 7:29 AM

It seems there is something wrong in your scrollable dialog class. So, it needs to be analyzed.