ColumnResizeSettingsSensitivity Property

Gets or sets how far in pixels the user can click from the border of a column to resize it.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public int Sensitivity { get; set; }

Property Value

Int32

Remarks

The way user resizes a column is that he clicks on the border between two columns. However, it can be tricky to click exactly at the border, because the border is only one pixel wide. Therefore, we are giving the user more freedom by setting this property. The value of this property determines how far (in pixels) he can click from the border for the click to be recognized as a try to resize that column.

See Also