Property NeedsDraw
NeedsDraw
Gets whether the view needs to be redrawn.
public bool NeedsDraw { get; }
Property Value
Remarks
Will be true if the NeedsLayout property is true or if any part of the view's Viewport needs to be redrawn.
Gets whether the view needs to be redrawn.
public bool NeedsDraw { get; }
Will be true if the NeedsLayout property is true or if any part of the view's Viewport needs to be redrawn.