Enum BeginUpdateOptions
Defines the constants that specifies the BeginUpdateOptions details which should perform the drawing operations during a batch of updates.
Namespace: Syncfusion.Windows.Forms.Edit
Assembly: Syncfusion.Edit.Windows.dll
Syntax
[Flags]
public enum BeginUpdateOptions
Fields
Name | Description |
---|---|
Invalidate | Specifies the 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 | Specifies that the control suspends any drawing and invalidating and will do a complete refresh when EndUpdate is called. |
ScrollWindow | Specifies whether the ScrollWindow will scroll the window. |
SynchronizeScrollBars | Specifies whether the Scrollbars should be synchronized with the current scroll position. |