Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edge detection speed is not equal in all cases #9

Open
DataGridXL opened this issue Feb 2, 2022 · 0 comments
Open

Edge detection speed is not equal in all cases #9

DataGridXL opened this issue Feb 2, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@DataGridXL
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant