ScrollItemIntoView メソッド (JList)

クラス

JList.

処理

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

構文

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

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