UseScrollWindow Property (C1FlexGridMultiRowViewBase)
In This Topic
Gets or sets a value indicating whether the ScrollWindow feature is used. ScrollWindow feature allows to redraw only dirty cells when scrolling.
Syntax
'Declaration
Protected Overridable ReadOnly Property UseScrollWindow As Boolean
protected virtual bool UseScrollWindow {get;}
See Also