GridView.SetSelection(Int32) 方法

定义

设置当前选定的项

[Android.Runtime.Register("setSelection", "(I)V", "GetSetSelection_IHandler")]
public override void SetSelection (int position);
[<Android.Runtime.Register("setSelection", "(I)V", "GetSetSelection_IHandler")>]
override this.SetSelection : int -> unit

参数

position
Int32

要选择的数据项的索引(从 0 开始)。

        If in touch mode, the item will not be selected but it will still be positioned
        appropriately.
属性

注解

设置当前选定的项

适用于 . 的 android.widget.GridView.setSelection(int)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于