[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGridBandedView.UseScrollWindow

UseScrollWindow Property

UseScrollWindow

Gets or sets a value indicating whether the ScrollWindow feature is used. ScrollWindow feature allows to redraw only dirty cells when scrolling.

Declaration
protected override bool UseScrollWindow { get; }
Overrides
Remarks

If the value is 'True', it can significantly improves the scrolling performance, but this can sometimes lead to some flickering issues.