Back to Devexpress

PanelControl.AutoScroll Property

windowsforms-devexpress-dot-xtraeditors-dot-panelcontrol-cccd101c.md

latest1.4 KB
Original Source

PanelControl.AutoScroll Property

Not supported.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override bool AutoScroll { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property AutoScroll As Boolean

Property Value

TypeDescription
Boolean

A Boolean value.

|

Remarks

The auto-scrolling feature is not supported by the PanelControl control. Use the XtraScrollableControl component instead.

See Also

PanelControl Class

PanelControl Members

DevExpress.XtraEditors Namespace