menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum BeginUpdateOptions - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum BeginUpdateOptions

    BeginUpdateOptions details which drawing operations should be performed during a batch of updates.

    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    [Flags]
    public enum BeginUpdateOptions

    Fields

    Name Description
    Invalidate

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

    InvalidateAndScroll

    Allows invalidating regions, scrolling and synchronizes the scrollbar thumb.

    None

    The control suspends any drawing and invalidation and will do a complete refresh when EndUpdate is called.

    ScrollWindow

    ScrollWindow will scroll the window.

    SynchronizeScrollBars

    Scrollbars should be synchronized with the current scroll position.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved