Search:
|
Browse by category:
|
| | | |
|
Problem
Can I still resize column and rows when no headers are visible?
Cause
Action
If you want to enable tracking the grid lines anywhere in the grid, you can call
GetParam( )->EnableTrackColWidth(GX_TRACK_DEFAULT | GX_TRACK_EXTHITTEST | GX_TRACK_NOTHEADEER); GetParam( )->EnableTrackRowHeight(GX_TRACK_DEFAULT | GX_TRACK_EXTHITTEST | GX_TRACK_NOTHEADEER); |
The GridApp "Welcome" tab demonstrates this setting.
Prev | Next | |
Objective Grid: Making a covered cell span an entire row | Objective Grid: Subclassing CGXTabBeam when the associated... |