DuiLib怎样控制list不出现水平滚动条

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了DuiLib怎样控制list不出现水平滚动条相关的知识,希望对你有一定的参考价值。

参考技术A 给list添加hscrollbar=“true”属性

如何在android的AutocompleteTextView中添加水平滚动条?

【中文标题】如何在android的AutocompleteTextView中添加水平滚动条?【英文标题】:How to add horizontal scrollbar inside AutocompleteTextView in android? 【发布时间】:2017-01-18 12:21:20 【问题描述】:

当AutoCompleteText中的文本记录超过其高度时,会自动出现垂直滚动条,但是为什么当文本长度大于AutoCompleteText宽度时滚动条不出现?如何在 AutoCompleteText 中添加水平滚动条?

Main_Layout:

<LinearLayout
    style="@style/form_item_style_default"
    android:orientation="horizontal">

<AutoCompleteTextView
    android:id="@+id/refcode_list"
    android:editable="false"
    android:dropDownHeight="170dp"
    android:hint="@string/to_select"
    android:dropDownWidth="match_parent"
    android:scrollbars="horizontal|vertical"/>
</LinearLayout>

【问题讨论】:

【参考方案1】:

android:imeOptions="flagNoExtractUi" 属性用于autocompleteTextView

这是一个相关的帖子:

How to show AutoCompleteTextView suggestions in landscape orientation

PS:我为我的英语道歉,我使用了翻译器。

【讨论】:

以上是关于DuiLib怎样控制list不出现水平滚动条的主要内容,如果未能解决你的问题,请参考以下文章

如何让bootstrap表格自动出现水平滚动条

DuiLib 中滚动条不显示的问题

word 中水平滚动条与垂直滚动条怎样设置与取消??

怎样隐藏横向滚动条

CSS 如何添加水平滚动条

panel 滚动条如何设置,使他在最下面?