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 » flickering when resizing CExtGridWnd Collapse All
Subject Author Date
Borremans Pierre Oct 12, 2011 - 2:20 AM

When we resize a cextresizable, we need to change the control’s position and size. If we resize the window we have a flickering on the cextgridwbd


All control are inside Cextgroupbox.


Z-order of all the group boxes are larger than the Z-orders of all the controls "inside" groupboxes.


If we use the  WS_CLIPCHILDREN|WS_CLIPSIBLINGS some control are not visible !


 


Do you have a solution ?


Thanks for your help

Technical Support Oct 13, 2011 - 12:17 PM

Only one thing left to check. The WS_CLIPSIBLINGS | WS_CLIPCHILDREN styles must be present in the grid control and all its parent windows.
If this is true and still flickering, could you send us a test project?