Back to Devexpress

PanelControl.AutoScrollMinSize Property

windowsforms-devexpress-dot-xtraeditors-dot-panelcontrol-92c0ac03.md

latest1.5 KB
Original Source

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

Property Value

TypeDescription
Size

A System.Drawing.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

PanelControl Class

PanelControl Members

DevExpress.XtraEditors Namespace