ParamQuery Grid
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
I want the mouse to scroll by dragging. What code do I need?
« previous
next »
Print
Pages: [
1
]
Author
Topic: I want the mouse to scroll by dragging. What code do I need? (Read 1924 times)
kjvjung
Pro Deluxe
Newbie
Posts: 33
I want the mouse to scroll by dragging. What code do I need?
«
on:
August 22, 2017, 08:01:40 pm »
The reasons I asked a few hours ago are:
In the example below, the mouse is scrolled by dragging.
http://Https://paramquery.com/pro/demos/selection_multiple
(GOOD)
However, in the example below, scrolling does not occur with the mouse drag.
http://Https://paramquery.com/pro/demos/infinite_scroll
(BAD)
This is my problem.
How can I scroll by mouse drag as in the first example in the second example?
your answer :
Please correct the source at
https://paramquery.com/pro/demos/infinite_scroll
.
Thank you.
Logged
paramvir
Administrator
Hero Member
Posts: 6310
Re: I want the mouse to scroll by dragging. What code do I need?
«
Reply #1 on:
August 23, 2017, 09:49:35 am »
You mean by swipe scrolling.
swipe scrolling is supported only in non -virtual mode ( virtualX: false, virtualY: false ).
https://paramquery.com/pro/api#option-virtualX
https://paramquery.com/pro/api#option-virtualY
swipe doesn't work in virtual mode. The grid can still be scrolled with the scrollbars
Logged
kjvjung
Pro Deluxe
Newbie
Posts: 33
Re: I want the mouse to scroll by dragging. What code do I need?
«
Reply #2 on:
August 23, 2017, 10:08:05 am »
thank you ^^
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
I want the mouse to scroll by dragging. What code do I need?