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

RangeControl.CenterRangeInViewPort(Boolean) Method

Scrolls the control so that the selected range is moved to as near the control’s center as possible.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public void CenterRangeInViewPort(
    bool animated
)

Parameters

Name Type Description
animated Boolean

true to scroll the control using an animation effect; otherwise, false.

See Also