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 » CExtGridCellNumber with spin control Collapse All
Subject Author Date
Offer Har Apr 16, 2007 - 9:22 AM

Dear Support,

Is there any plan on adding spin control to the CExtGridCellNumber cell?
I know that there is a CExtGridCellUpDown control, but it does not have all the functionalities of CExtGridCellNumber.
How can these functionalities be combined?

Thanks,
Ron.

Technical Support Apr 16, 2007 - 11:35 AM

The spin buttons are supported for all the numeric cells. To show the up and down buttons in the CExtGridCellNumber cell, just apply the __EGCS_BUTTON_UPDOWN style:

pCell->ModifyStyle( __EGCS_BUTTON_UPDOWN, 0 );



Offer Har Apr 16, 2007 - 11:54 AM

Thanks.