3

I have a question about CardScrollView. Since each item on the CardScrollView takes up the full card, I would like to have the scrollbar showing at the bottom of the Card to indicate there are other items within this CardScrollView just like the the menu in glass.

I tired enabling setHorizontalScrollBarEnabled and setHorizontalFadingEdgeEnable nut nothing happen. I was also looking into setShowCardSheenEnabled but there is no such method for CardScrollView?

ErstwhileIII
  • 4,829
  • 2
  • 23
  • 37
Jacky So
  • 233
  • 5
  • 12

1 Answers1

4

CardScrollView does not yet support this. Please follow the feature request for this, issue 256, in our issue tracker so that you can be updated as the GDK evolves.

UPDATE: This is now supported by calling setHorizontalScrollBarEnabled(true) on the CardScrollView.

Tony Allevato
  • 6,429
  • 1
  • 29
  • 34