Bottom scroll bar in CardScrollView

I have a question about CardScrollView. Since each item on a CardScrollView occupies a full map, I would like the scroll bar to appear at the bottom of the map to indicate that there are other items in this CardScrollView that are similar to the menus in the glass.

I'm tired letting the setHorizontalScrollBarEnabled and setHorizontalFadingEdgeEnable nut happen nothing. I also studied setShowCardSheenEnabled, but there is no such method for CardScrollView?

+3
source share
1 answer

CardScrollViewdoesn't support this yet. Please follow the requests for this feature, issue 256 , in our Problem Tracker so you can keep up to date as the GDK evolves.

UPDATE:. setHorizontalScrollBarEnabled(true) CardScrollView.

+4

All Articles