CGXGridCore::ImplementOptimizedUpdate
void ImplementOptimizedUpdate();
Remarks
Provides implementation for optimized updating of grid when inserting, moving, removing or resizing rows or columns. If optimized updating is not available the grid will simple redraw the window after these operations (which is already fast enough for typical grids).
See Also
CGXGridCore::InsertRows CGXGridCore::RemoveRows CGXGridCore::MoveRows CGXGridCore::SetRowHeight