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.
bool[] DirtyLines { get; }
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.
bool[] DirtyLines { get; }