Skip to main content

PanelControl.AutoScrollMinSize Property

Not supported.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Size AutoScrollMinSize { get; set; }

Property Value

Type Description
Size

A Size object that represents the minimum height and width of the control’s scrollbars, in pixels.

Remarks

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

See Also