PanelControl.AutoScrollMargin Property
Not supported.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v22.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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