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 » CExtGridCellHeaderFilter - hide/show columns Collapse All
Subject Author Date
Alastair Watts Aug 13, 2010 - 11:22 AM

I’m using the following the hide a column



ExtentSet(0);


ExtentSet(0, 1);


and the following to show a column:



ExtentSet(1, -1);


ExtentSet(1024, 1);


pHdr->ExtentSet(g_PaintManager->UiScalingDo(100, CExtPaintManager::__EUIST_X));


 


The problem is the column is shown but re-sizing no longer works.


 


 


 


Alastair Watts Aug 13, 2010 - 12:48 PM

Please ignore ... I’ve fixed the problem!