I want to be able to move the list names of the listbox up and down can this be done through actionscript
or is there any way to bring the selected item to the top
I want to be able to move the list names of the listbox up and down can this be done through actionscript
or is there any way to bring the selected item to the top
Why not open Flash help… and check list class methods…
Components Language Reference
List component > List class
[QUOTE=lstatic;1983543]move the list names of the listbox up and down[/QUOTE]
**Usage
listInstance.vPosition
Description
Property; sets the topmost visible item of the list.**
[QUOTE=lstatic;1983543]or is there any way to bring the selected item to the top[/QUOTE]
**Usage
listInstance.selectedIndex
Description
Property; the selected index of a single-selection list. The value is undefined if nothing is selected;**
Have fun with flashing.
:: Copyright KIRUPA 2024 //--