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...

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top