Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
選択した項目のインデックスを変更できますか。たとえば、タイルリストに 4 つのタイルがあり、選択した項目 (つまり 3) のインデックスを 2 に変更したい場合などです。
試しましたか :
tileList.selectedIndex = 2;
dataProvider 内のアイテムを移動します。