Version

New Style for HotTracking Cells

We added a new CellHottrackInvalidationStyle property to the UltraGridLayout . This property defines how WinGrid™ should react to HotTracking over cells. WinGrid always invalidates a cell when entering or leaving it with the mouse. This causes the cell to redraw itself. In many situations, you may find that there are actually no changes (visually or in the underlying data) taking place. In order to increase performance, you can set CellHottrackInvalidationStyle to Never and WinGrid will never invalidate a cell, which would result in WinGrid not redrawing the cell. If you have a HotTrack appearance set for the cells, you can set CellHottrackingInvalidationStyle to OnlyIfHottrackAppearance. This way WinGrid will only repaint a cell if it has its HotTracking appearance set.