문제

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