PDA

View Full Version : on(rollover) with listBox


sdw135
03-13-2005, 04:02 AM
I'm having trouble with my listBox...

I want to add an on(rollover) event that changes the rowCount to 10 and an on(rollout) event that changes the rowCount to 1...

When I add these events, I can't select any of the items in the listBox (setSelectMultiple = true).

Please note that I have searched through the forums and have found similar queries, but no suitable answers.