ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid.Util.BaseControls Namespace / ScrollableControl Class / BeginUpdate Method

In This Topic
    BeginUpdate Method (ScrollableControl)
    In This Topic
    Maintains performance by preventing the control from updating itself until the EndUpdate method is called.
    Syntax
    'Declaration
     
    Public Overridable Sub BeginUpdate() 
    public virtual void BeginUpdate()
    See Also