#1
I put a carousel on a page and have it bound to an array of objects returned by a database service. When the service returns just one item swiping on the carousel causes the item to disappear. Another swipe causes the item to show for a sub-second and then disappear. How can I get the item to not swipe out?
#2
Is there any way to set the height of the carousel to "auto"?
#3
Inside the carousel item I have placed an HTML control. I would like to bind the HTML control to the data that comes back for the Carousel control. What is the best way to render the HTML based on the data?