Back to Devexpress

PanelControl.AutoScrollMargin Property

windowsforms-devexpress-dot-xtraeditors-dot-panelcontrol-3b3ddaf4.md

latest1.5 KB
Original Source

PanelControl.AutoScrollMargin 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 Size AutoScrollMargin { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property AutoScrollMargin As Size

Property Value

TypeDescription
Size

A System.Drawing.Size object that represents the height and width of the auto-scroll margin, in pixels.

|

Remarks

The PanelControl doesn’t support the auto-scroll functionality. This feature is supported by the XtraScrollableControl.

See Also

PanelControl Class

PanelControl Members

DevExpress.XtraEditors Namespace