[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GridView horizontal scrolling on touchscreens


not been able to spend much time on it, but just to note that the
Public Sub GridView1_MouseDrag()

  GridView1.Scroll((Mouse.StartX - Mouse.X), GridView1.ScrollY)

End

works great on Raspberry Pi OS Trixie (which is where app is destined for) but does not work on a touchscreen laptop running Debian 12 LxQt (with one or two fingers). If I get time I will try to experiment bit more to narrow down circumstances.

K