Class BeginUpdateOptions
BeginUpdateOptions details which drawing operations should be performed during a batch of updates.
Inheritance
System.Object
BeginUpdateOptions
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class BeginUpdateOptions : Enum
Fields
Invalidate
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
The control suspends any drawing and invalidation and will do a complete refresh when EndUpdate is called.
Declaration
public const BeginUpdateOptions None
Field Value
| Type |
|---|
| BeginUpdateOptions |
ScrollWindow
ScrollWindow will scroll the window.
Declaration
public const BeginUpdateOptions ScrollWindow
Field Value
| Type |
|---|
| BeginUpdateOptions |
SynchronizeScrollBars
Scrollbars should be synchronized with the current scroll position.
Declaration
public const BeginUpdateOptions SynchronizeScrollBars
Field Value
| Type |
|---|
| BeginUpdateOptions |