|
Is this Flex 2? It may be that the
selectedItem and selectedIndex aren’t in sync if you had just set it.
You may need to call validateNow() after setting the selectedItem in order for
selectedIndex to be correct for the hPosition. Matt From: I have a horizontal list that is scrolling, is there a way
to programmatically select an item and have it scroll to that selected
item? I tried doing something like this. myHorizontalList.hPosition = mySelectedItemsIndex; That doesn’t seem to do anything and if I just set the
selectedItem it’s selected just not scrolled to. Thanks
|

