I am navigating the items of tile list using next and previous button. I need to highlight the first item in the tilelist by default ( like the first item is being selected by default)
I am navigating the items of tile list using next and previous button. I need to highlight the first item in the tilelist by default ( like the first item is being selected by default)
Just require selection, which will default select the first item:
Otherwise, you can set the selected index:
Or...
Likewise if you're using the deprecated mx:TileList