Intersoft ClientUI Documentation
Sensitivity Property (UXStackPanel)



Gets or sets a value that determine the distance between drag item and the nearest item that triggered the move action.
Syntax
<CategoryAttribute("Behavior")>
Public Property Sensitivity As Double
Dim instance As UXStackPanel
Dim value As Double
 
instance.Sensitivity = value
 
value = instance.Sensitivity
[CategoryAttribute("Behavior")]
public double Sensitivity {get; set;}
[CategoryAttribute("Behavior")]
public:
property double Sensitivity {
   double get();
   void set (    double value);
}
Remarks

In a standard drag and drop experience, you move an element half way of its actual dimension to start reordering the element. This is determined by the Sensitivity property (default value is 0.5).

If you change the Sensitivity property to 0.3, you need to move the element a little bit further until it reach the yellow area.

Note that if you are moving the element from right to left direction, you need to move it until the left yellow area and vice versa.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXStackPanel Class
UXStackPanel Members

Concepts

UXStackPanel
Interactive Panels Overview
Panels Overview
Drag-drop Framework Overview

Send Feedback