TextView.SetHorizontallyScrolling(Boolean) メソッド

定義

テキストの幅を View よりも広くするかどうかを設定します。

[Android.Runtime.Register("setHorizontallyScrolling", "(Z)V", "GetSetHorizontallyScrolling_ZHandler")]
public virtual void SetHorizontallyScrolling (bool whether);
[<Android.Runtime.Register("setHorizontallyScrolling", "(Z)V", "GetSetHorizontallyScrolling_ZHandler")>]
abstract member SetHorizontallyScrolling : bool -> unit
override this.SetHorizontallyScrolling : bool -> unit

パラメーター

whether
Boolean
属性

注釈

テキストの幅を View よりも広くするかどうかを設定します。 false の場合、ビューの幅にラップされます。

の Java ドキュメント android.widget.TextView.setHorizontallyScrolling(boolean)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象