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
Printable View
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
You can't add text to a list box -- only images and swfs I believe.
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 moreQuote:
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.