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

ScrollBarBase.AutoSize Property

OBSOLETE

Don't use the AutoSize property, use the ScrollBarAutoSize property instead

Gets or sets a value specifying whether the scroll bar is autosized.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[Browsable(false)]
[Obsolete("Don't use the AutoSize property, use the ScrollBarAutoSize property instead")]
public bool AutoSize { get; set; }

Property Value

Type Description
Boolean

true if auto size is applied; otherwise false.

See Also