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 » CExtGridCellCheck question Collapse All
Subject Author Date
tera tera Jan 31, 2011 - 2:27 AM

Hello.



Using CellCheckBox, I draw an independent image.

However, none of the client areas can widen a button image.

I want to widen a button image in client area all

The offer of the sample please.


 

Technical Support Jan 31, 2011 - 8:35 AM

Judging by your screen shot you need to remove some padding space between icons. This means you should create bitmaps without un-needed border pixels and draw them closer to each other. You may need to override the CExtGridCell::OnCalcButtonExtent() virtual method which measures button sizes. Your method should return required sizes.