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

PanelControl.AutoScrollMargin Property

Not supported.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v18.2.dll

Declaration

[Browsable(false)]
public Size AutoScrollMargin { get; set; }

Property Value

Type Description
Size

A 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