Android Question horizontal customlistview or listview

phukol

Active Member
Licensed User
Longtime User
Hi guys just wanna ask if its possible to create a cutomlistview horizontally or a horizontal listview.
just like the attached file below
 

Attachments

  • 1.png
    1.png
    13.6 KB · Views: 246

klaus

Expert
Licensed User
Longtime User
Hi guys just wanna ask if its possible to create a cutomlistview horizontally or a horizontal listview.
ListView no.
CutomListView no. But this class could be changed to work horizontally instead of vertically.
It would need to replace the ScrollView by a HorizontalScrollView and change all vertival management by a horizontal one.
You could also do it directly with a HorizontalScrollView.
 
Upvote 0
Top