ScrollItemIntoView メソッド (JList)

クラス

JList.

処理

項目をビューにスクロールします。

構文

C#
list.ScrollItemIntoView(item)
VB
list.ScrollItemIntoView(item)
変数 説明
item ビューにスクロールする項目の名前またはインデックス。 ItemIdentifier

VB

colorsList.ScrollItemIntoView("orange")
colorsList.ScrollItemIntoView(10)