2.2.6.17.100 GridControl::SetExtendLastCol
Contents
Description
Sets whether the last column should be adjusted to fit the grid control's width.
Syntax
void SetExtendLastCol( bool bSet )
Parameters
- bSet
- [input] true to set the last column to fit the grid control's width.
Return
Examples
Example codes can be pasted to GridControl's examples to run
//add in OnInitDialog() m_GridCtrl.SetExtendLastCol(false);
Remark
See Also
Header to Included
GridControl.h