Android Question custome list view horizontal orination

hanyelmehy

Well-Known Member
Licensed User
Longtime User
for custome list view horizontal orination can it have vertical scroll bar because i have items with differnt hights
 

Lucas Siqueira

Active Member
Licensed User
Longtime User
for custome list view horizontal orination can it have vertical scroll bar because i have items with differnt hights
I don't think there's a way, I've already tried to put a clv inside another clv, but that caused confusion. There were times when the scroll didn't work properly.

The usability of the app would perhaps be poor, if you have a horizontal cv and have to swipe down to check the entire card.

A good practice when you have larger and smaller items is to define a height standard, and on the larger items you place a small button or a label view details.
 
Upvote 0

asales

Expert
Licensed User
Longtime User
because i have items with differnt hights
If you have different heights check this lib:
 
Upvote 0
Top