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 » It is a question of CExtGridCellHeader. Collapse All
Subject Author Date
tarou iiyama Apr 15, 2005 - 3:59 AM

Hello dear support team,


CExtGridCellHeader is displayed when I do RowAdd.
Will not it be possible so that it is displayed even if I do not do RowAdd?


    CExtGridCellHeader * pCellHeaderAtLeft =
        STATIC_DOWNCAST(
            CExtGridCellHeader,
            GridCellGetOuterAtLeft(
                0L,
                icRow,
                RUNTIME_CLASS(CExtGridCellHeader)
                )
            );
    pCellHeaderAtLeft->ModifyStyle(
        __EGCS_HDR_FOCUS_ARROW_RESERVE_SPACE
            |__EGCS_HDR_FOCUS_ARROW_DISPLAY
            |__EGCS_HDR_ROW_COLUMN_NUMBER
            |__EGCS_TA_HORZ_RIGHT
        );



 

Technical Support Apr 15, 2005 - 5:31 AM

We may guess you are asking us whether it is possible to display the vertical header at left/right when there are no rows in the grid? No, it isn’t possible but you can emulate this grid layout by adding one faked row and disabling both horizontal and vertical grid lines in data cells.