;

PDA

Click to See Complete Forum and Search --> : ListBox


moenyc
04-23-2005, 12:25 PM
I have added a list box which is scroll bar. How can add text in side the list box. So the viewer would be able to scroll down or back up. I am using KoolMoves

Bob Hartzell
04-24-2005, 07:59 AM
You can't add text to a list box -- only images and swfs I believe.

w.brants
04-24-2005, 03:11 PM
A listbox contains (text) values, a scrollpane images. To set the items of a listbox, access its properties and click on items (behavior). There you can set the listbox items.

moenyc
04-24-2005, 05:18 PM
Originally posted by w.brants
A listbox contains (text) values, a scrollpane images. To set the items of a listbox, access its properties and click on items (behavior). There you can set the listbox items.

Thank You for taking the time to explain how I can do it. Thank you. That is all I need to understand more