[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GridView horizontal scrolling on touchscreens
[Thread Prev] | [Thread Next]
- Subject: Re: GridView horizontal scrolling on touchscreens
- From: KKing <kicking177@xxxxxxxxx>
- Date: Tue, 18 Aug 2026 08:51:23 +0930
- To: user@xxxxxxxxxxxxxxxxxxxxxx
not been able to spend much time on it, but just to note that the
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.Public Sub GridView1_MouseDrag() GridView1.Scroll((Mouse.StartX - Mouse.X), GridView1.ScrollY) End
K