Intersoft.Client.UI.Controls.Interactivity Namespace > UXStackPanel Class : Sensitivity Property |
<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); }
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.
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