CGXGridParam::SetDrawOrder

void SetDrawOrder(WORD w);

w

  • Specifies whether cells should be loaded row by row or column by column when drawing:

  • GX_DRAWORDER_ROWS: Load cells row by row.

GX_DRAWORDER_COLS: Load cells column by column.

Remarks

Specifies whether cells should be loaded row by row or column by column when drawing.

Forcing the grid to load cells column by column can optimize performance of the grid if you are browsing a record based data source and each record in the data source represents a column in the grid.

See Also

 CGXGridParam::GetDrawOrder

CGXGridParam

 Class Overview |  Class Members