Android Question How to enable Horizonal scrolling in xCustomListView?

JohnC

Expert
Licensed User
Longtime User
I have a xCustomListView that properly scrolls it's contents vertically with no problem.

But if I try to load listitems into it that have a width wider then the screen width, I can not scroll the xcvl horizontally to see the full contents of these wide listitems.

How do I enable horizontal scrolling in xclv?
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

JohnC

Expert
Licensed User
Longtime User
Darn, so I can't have a xclv that scrolls both ways?
 
Upvote 0

udg

Expert
Licensed User
Longtime User
I guess the OP is looking for something like this. Or Informatix's original lib.
 
Upvote 0
Top