PanelControl.AutoScrollMinSize Property
In This Article
Not supported.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.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 |
#Remarks
The PanelControl doesn’t support the auto-scroll functionality. This feature is supported by the XtraScrollableControl.
See Also