alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class BeginUpdateOptions

    Defines the constants that specifies the BeginUpdateOptions details which should perform the drawing operations during a batch of updates.

    Inheritance
    System.Object
    BeginUpdateOptions
    Namespace: Syncfusion.Windows.Forms.Edit
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public sealed class BeginUpdateOptions : Enum

    Fields

    Invalidate

    Specifies the regions that need to be redrawn afterward should be marked invalid by calling the controls Invalidate method.

    Declaration
    public const BeginUpdateOptions Invalidate
    Field Value
    Type
    BeginUpdateOptions

    InvalidateAndScroll

    Allows invalidating regions, scrolling and synchronizes the scrollbar thumb.

    Declaration
    public const BeginUpdateOptions InvalidateAndScroll
    Field Value
    Type
    BeginUpdateOptions

    None

    Specifies that the control suspends any drawing and invalidating and will do a complete refresh when EndUpdate is called.

    Declaration
    public const BeginUpdateOptions None
    Field Value
    Type
    BeginUpdateOptions

    ScrollWindow

    Specifies whether the ScrollWindow will scroll the window.

    Declaration
    public const BeginUpdateOptions ScrollWindow
    Field Value
    Type
    BeginUpdateOptions

    SynchronizeScrollBars

    Specifies whether the Scrollbars should be synchronized with the current scroll position.

    Declaration
    public const BeginUpdateOptions SynchronizeScrollBars
    Field Value
    Type
    BeginUpdateOptions
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved