CGXGridCore::GetDefaultColWidth
virtual int GetDefaultColWidth( );
Return Value
The default value for the column-width in pixels.
Remarks
Overridable method which returns the default value for the column-width in pixels.
Note that this value is computed from an internally stored logical width that considers the font-size of the standard-style and the zooming-factor.
Width_LPtoDP helps you convert from logical to pixel values when you want to override this method. See GetColWidth for a similar example.
See Also
CGXGridCore::SetDefaultColWidth CGXGridCore::GetColWidth CGXGridCore::Width_LPtoDP