Back to Devexpress

WindowsFormsSettings.AllowOverpanApplicationWindow Property

windowsforms-devexpress-dot-xtraeditors-dot-windowsformssettings-f5fc54a4.md

latest2.0 KB
Original Source

WindowsFormsSettings.AllowOverpanApplicationWindow Property

Gets or sets whether the window bounce (panning feedback) is enabled when an end-user tries to pan (scroll with the finger) beyond a control’s pannable area. This is a static property.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public static DefaultBoolean AllowOverpanApplicationWindow { get; set; }
vb
Public Shared Property AllowOverpanApplicationWindow As DefaultBoolean

Property Value

TypeDescription
DefaultBoolean

Default or True if the window panning feedback is enabled; False if this visual effect is disabled.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Remarks

Panning feedback causes the window that is being manipulated to bounce when a user pans beyond a control’s pannable area.

For more information on panning feedback, see the UpdatePanningFeedback topic in MSDN.

See Also

WindowsFormsSettings Class

WindowsFormsSettings Members

DevExpress.XtraEditors Namespace