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.
Subject |
Author |
Date |
|
Nong Le
|
Nov 13, 2006 - 12:45 PM
|
Hi,
Is there a way to insert a regular CExtButton into a grid cell? Alternatively, how do I make an ellipsis button apply the current theme?
Many thanks.
|
|
Technical Support
|
Nov 16, 2006 - 3:36 AM
|
The CExtButton is a HWND -based control but, as you may know, any grid cell is controlled by the corresponding class. So you cannot insert such a button or any other regulat control. If you need a grid cell which looks and acts like a regular control, you can code a custom grid cell class or request this feature. For instance, the following version of the ProfUIS_Controls sample introduces a slider/scroll bar (CExtGridCellSlider ) in a cell (see the Grid page).
|
|