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 » CExtGridCell - multiple buttons Collapse All
Subject Author Date
Alastair Watts Apr 1, 2012 - 7:41 AM

Is it possible to have 2 buttons in a grid cell, eg: __EBTT_DROPDOWN & __EBTT_UPDOWN*


Thanks in advance


 

Technical Support Apr 2, 2012 - 2:40 PM

Sure. The ellipsis, up-down and drop-down buttons are built-in and can be turned on/off in any grid cell. The following cell styles can be applied to show appropriate built-in cell buttons:

// have up-down button
#define __EGCS_BUTTON_UPDOWN                                0x00400000L
// have drop-down button
#define __EGCS_BUTTON_DROPDOWN                                0x02000000L
// have ellipsis button
#define __EGCS_BUTTON_ELLIPSIS                                0x08000000L