Horizontal scrolling in JScrollpad using trackpad

2014-02-26 Thread Robert Krüger
Hi, the default behaviour for JScrollPane seems to be that a two-finger drag always only scrolls vertically. This must be something someone has solved before or is this a limitation/bug of the JDK? Any hints/pointers anyone could give me? Can this be solved with/without native code? Thanks,

Re: Horizontal scrolling in JScrollpad using trackpad

2014-02-26 Thread Sergey Bylokhov
Hi, Robert. What LF do you use? It should work under the Aqua LF. On 26.02.2014 12:39, Robert Krüger wrote: Hi, the default behaviour for JScrollPane seems to be that a two-finger drag always only scrolls vertically. This must be something someone has solved before or is this a limitation/bug