【问题标题】:How to set Listview ScrollBar To Left In android API 8?如何在 android API 8 中将 Listview ScrollBar 设置为左​​侧?
【发布时间】:2015-02-23 01:49:53
【问题描述】:

我需要在 android api 8 中使用左侧 Scroolbar 下面的代码在上层 API 中工作:

mListView.setVerticalScrollbarPosition(View.SCROLLBAR_POSITION_LEFT);

但不适用于 API 8

如何解决?

【问题讨论】:

    标签: android scrollbar scroll-position


    【解决方案1】:

    在你的 xml 中试试这个。把这个添加到你的 ListView

    android:verticalScrollbarPosition="left"
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-08-24
      • 2012-06-23
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多