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. |