I currently have a List that changes the ActiveItem of a carousel when an item in a List is tapped. This works great. (except for the animateActiveItems animation params are not supported for carousels)
In reverse, I would like to programmaticly change the selected List item when the carouse gets swiped. I have tried pageList.setRecord, pageList.setItemId with no luck.