Question

I'd like to create a Horizontal picker as shown in the picture below but, I can not:

Picker

This picker is vertical:

Vertical picker


I want 3 pickers. For example: in the first, there is the list of houses and in the second, I find bedroom, kitchen...

Was it helpful?

Solution

Try using GalleryView for something like this.I don't know any other view can be used for this purpose even GalleryView is depreciated.

Gallery view bounces the selected item to center of view and snaps to every item after scrolling.

You can also use a horizontal ListView implementation but you have to handle scroll and bounces yourself.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top