Hello,
I've couple of questions regarding scrolling ListView without using external ListView controls from other vendors (free or pay versions).
How to make 2 (or more) ListView bound together in the way that if i start scrolling one ListView the other one does exactly the same? Is it even possible to do with native 3.5 or 4.0 (when it's released) ListView?
When you try to scroll ListView right or left using the arrows on the scroll bar it's very very slow. For fast way you either have to grab the scroll and move it yourself or do jumps with it. Is there a way to make the left or right moving faster? A bit like down/up? (although i guess the speed is the same just the length to scroll is proportionally longer).
With regards,
MadBoy