I have three lists stuck together horizontally in Flex that I would like to act like columns of the same list. I've put a method on change
to make the same index on all three lists in sync with each other when an item is selected in any list. I want to do the same for hover; that is, when you hover over an item and the light blue background appears, and I want the same index on the other two lists to also show that light blue background.
Is there a way to get and set the "hovered-over item" in a list, or create a visually analogous effect?