TabControlMinMouseMove Property

Gets or sets the distance in pixels the user needs to swipe across TabBar for it to scroll the TabPages.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
public int MinMouseMove { get; set; }

Property Value

Int32

Remarks

The value of MinMouseMove represents a distance between the point where the user clicked and the point where the mouse was released.

If this distance is longer than MinMouseMove then TabBar will start scrolling. Otherwise, it will consider that short mouse move was a click on a TabPage button and it will just change SelectedTabIndex.

See Also