简体   繁体   English

CardScrollView中的Bottom scrollBar

[英]Bottom scrollBar in CardScrollView

I have a question about CardScrollView. 我有一个关于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. 由于CardScrollView上的每个项目都占用了整张卡片,我希望卡片底部显示滚动条,以指示此CardScrollView中有其他项目,就像玻璃菜单一样。

I tired enabling setHorizontalScrollBarEnabled and setHorizontalFadingEdgeEnable nut nothing happen. 我累了启用setHorizo​​ntalScrollBarEnabled和setHorizo​​ntalFadingEdgeEnable nut什么都没发生。 I was also looking into setShowCardSheenEnabled but there is no such method for CardScrollView? 我也在研究setShowCardSheenEnabled,但CardScrollView没有这样的方法?

CardScrollView does not yet support this. CardScrollView尚不支持此功能。 Please follow the feature request for this, issue 256 , in our issue tracker so that you can be updated as the GDK evolves. 请在我们的问题跟踪器中按照功能请求( 问题256)进行操作 ,以便随着GDK的发展而更新。

UPDATE: This is now supported by calling setHorizontalScrollBarEnabled(true) on the CardScrollView . 更新:现在通过在CardScrollView上调用setHorizontalScrollBarEnabled(true)来支持此CardScrollView

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM