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.
Commands 、 の配列に基づくリストがありmyList = new List(new Command[] {cmd1, cmd2})ます。
myList = new List(new Command[] {cmd1, cmd2})
上にスクロールしてリストの一番上に到達したときに最後の要素 (一番下) に移動し、下にスクロールして一番下の最後の要素に到達したときに最初の要素 (上 ) 。それを達成する方法は?
どうもありがとうございました
使用するmyList.setFixedSelection(List.FIXED_NONE_CYCLIC);
myList.setFixedSelection(List.FIXED_NONE_CYCLIC);