Hi Guys
I have been trying to give color to my UI.
I want to give color to the textscrollist used in my UI, and have used -bgc tag but that is not working .
Kindly help me out .
note:- i want to color the background of the textscrollist not the item in it.
Example:-
window;
paneLayout;
textScrollList -numberOfRows 8 -bgc .5 .5 0 -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;