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 General Discussion » About CExtGrind Collapse All
Subject Author Date
tarou iiyama Jun 6, 2006 - 4:06 AM

Hello

About CExtGrind.

When I perform column size setting, I use ExtentSet.
However
I do not understand a size setting method of Row.

Thank You

Technical Support Jun 6, 2006 - 11:38 AM

The row heights can be specified in the same way. You should have at least one outer column header, for instance, on the left side of the grid window. This column should contain the header cells which can be used to specify the height of each row exactly as you did for column widths. If you do not want to see the column header in your grid window, then you can set its width to zero using the CExtGridWnd::OuterColumnWidthsSet() method.

tarou iiyama Jun 6, 2006 - 7:04 PM

Hello

ExtentSet worked well.
Thank You !


pExtGridCellHeader->LParamSet( iRec );
//
pExtGridCellHeader->ModifyStyle(
__EGCS_HDR_FOCUS_ARROW_RESERVE_SPACE
|__EGCS_HDR_FOCUS_ARROW_DISPLAY
|__EGCS_HDR_ROW_COLUMN_NUMBER
|__EGCS_TA_HORZ_RIGHT
);
pExtGridCellHeader->ExtentSet( 19 );