Im have a carousel where the user can see samples, these samples are added one by one, and the user could see the last one created each time that he press the button, in android the project works fine, but in iOS the carols has a very strange behavior, because when user press button add(see below) in the carousel only appears the first and last elements in the item source :S
I attached some code to understand better this situation.
HI!:
Im have a carousel where the user can see samples, these samples are added one by one, and the user could see the last one created each time that he press the button, in android the project works fine, but in iOS the carols has a very strange behavior, because when user press button add(see below) in the carousel only appears the first and last elements in the item source :S
I attached some code to understand better this situation.
xmla page
code to change current position var index = viewModel.AddSample(); BindCarouselView(); viewModel.MyPosition = index;