ColumnResizeSettingsSensitivity Property
Gets or sets how far in pixels the user can click from the border of a column to resize it.
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
public int Sensitivity { get; set; }
Public Property Sensitivity As Integer
Get
Set
Property Value
Int32
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.