I dont see any visual differences.
I thought if iconTextScrollList can display small icons or similar like this.
but not.
here I post both examples.
and both same.
window;
paneLayout;
iconTextScrollList -allowMultiSelection true
-append "one" -append "two" -append "three"
-append "four" -append "five" -append "six"
-append "seven" -append "eight" -append "nine"
-append "ten" -append "eleven" -append "twelve"
-append "thirteen" -append "fourteen" -append "fifteen"
-selectItem "six";
showWindow;
window;
paneLayout;
textScrollList -numberOfRows 8 -allowMultiSelection true
-append "one" -append "two" -append "three"
-append "four" -append "five" -append "six"
-append "seven" -append "eight" -append "nine"
-append "ten" -append "eleven" -append "twelve"
-append "thirteen" -append "fourteen" -append "fifteen"
-selectItem "six"
-showIndexedItem 4;
showWindow;