Skip to main content
A newer version of this page is available. .

ScrollBarBase.EndUpdate() Method

Unlocks the control after a ScrollBarBase.BeginUpdate method call and causes its immediate repainting.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public void EndUpdate()

Remarks

Once the ScrollBarBase.BeginUpdate method is called, modifying control settings does not lead to the recalculation of view information and control repainting. This is used to perform several modifications without repainting the control after each one individually. After all desired operations have been performed, call the EndUpdate method. This method allows further control modifications and immediately repaints the control to reflect all modifications.

See Also