You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
here is still a rare bug ArgumentOutOfRangeException
20220215_203516.mp4
at System.Windows.Forms.DataGridView.SetSelectedRowCore(Int32 rowIndex, Boolean selected)
at System.Windows.Forms.DataGridView.SelectRowRange(Int32 rowIndexFrom, Int32 rowIndexTo, Boolean select)
at System.Windows.Forms.DataGridView.OnRowSelectMouseMove(HitTestInfo hti)
at System.Windows.Forms.DataGridView.OnMouseMove(MouseEventArgs e)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.DataGridView.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam)
The text was updated successfully, but these errors were encountered:
Hofknecht
changed the title
[BUG] Fix ArgumentOutOfRangeException when drag drop, swipe scrolling and search at same time
[BUG] Fix ArgumentOutOfRangeException (drag, scroll and search at same time)
Feb 15, 2022
Hofknecht
changed the title
[BUG] Fix ArgumentOutOfRangeException (drag, scroll and search at same time)
[BUG] ArgumentOutOfRangeException (drag, scroll and search at same time)
Feb 15, 2022
solution is to disable search in this case
as when you drag drop a item (without swipe scroll, all items fit into main menu)
Hofknecht
changed the title
[BUG] ArgumentOutOfRangeException (drag, scroll and search at same time)
[BUG] drag, scroll and search at same time
Feb 20, 2022
here is still a rare bug ArgumentOutOfRangeException
20220215_203516.mp4
at System.Windows.Forms.DataGridView.SetSelectedRowCore(Int32 rowIndex, Boolean selected)
at System.Windows.Forms.DataGridView.SelectRowRange(Int32 rowIndexFrom, Int32 rowIndexTo, Boolean select)
at System.Windows.Forms.DataGridView.OnRowSelectMouseMove(HitTestInfo hti)
at System.Windows.Forms.DataGridView.OnMouseMove(MouseEventArgs e)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.DataGridView.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam)
The text was updated successfully, but these errors were encountered: