FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / C1FlexGridBandedView Class / UseScrollWindow Property

In This Topic
    UseScrollWindow Property (C1FlexGridBandedView)
    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 Overrides ReadOnly Property UseScrollWindow As Boolean
    protected override bool UseScrollWindow {get;}
    Remarks
    If the value is 'True', it can significantly improves the scrolling performance, but this can sometimes lead to some flickering issues.
    See Also