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 » CExtGridCellHeader question Collapse All
Subject Author Date
David Skok Mar 20, 2007 - 12:14 PM

I notice that CExtGridCellHeader is defined as...

class CExtGridCellHeader : public CExtGCE < CExtGridCellStringDM >

I want a header cell with a picture. Haven’t tried it yet but can I just do
this to create my own?

class MyPictureGridCellHeader : public CExtGCE < CExtGridCellPicture >

Thanks

Technical Support Mar 20, 2007 - 1:01 PM

That’s correct. You can create a custom header class by using CExtGCE. This template allows a grid cell to keep the minimum,maximum and current width of the column or row. The CExtGCP and CExtGCE template classes provide proportional resizing of columns and rows.