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
The "Sorting Columns" demo even does native edge detection when mouse is close to window edges. This native edge detection scrolls the window. Should be disabled in case mouse drag started out of DGXL instance: https://datagridxl.com/demos/sorting-columns
The text was updated successfully, but these errors were encountered:
Edge detection is too fast in grids that have only rows to scroll, compare to grids that scroll in Y and X directions.
Edge detection in a grid that scrolls both directions is nice and steady:
https://datagridxl.com/demos/one-million-cells.
Edge detection in a grid that scrolls only rows is too fast:
https://datagridxl.com/demos/array-of-arrays-2d-array
The "Sorting Columns" demo even does native edge detection when mouse is close to window edges. This native edge detection scrolls the window. Should be disabled in case mouse drag started out of DGXL instance: https://datagridxl.com/demos/sorting-columns
The text was updated successfully, but these errors were encountered: