Property DirtyLines
DirtyLines
As performance is a concern, we keep track of the dirty lines and only refresh those. This is in addition to the dirty flag on each cell.
public bool[] DirtyLines { get; set; }
Property Value
- bool[]
As performance is a concern, we keep track of the dirty lines and only refresh those. This is in addition to the dirty flag on each cell.
public bool[] DirtyLines { get; set; }