Hello, my Version=2015.3.930.45
I'm trying to show a list of items.
With usual ItemsControl it works fine (or any another control) - see pic 4
But with Carousel it shows empty items at the start and at the end.
After control loads up it shows nothing at all (if amount of items is less then ~5) - pic 1
Then I click "right" button and it shows only one item at the end - pic 2
I can scroll through the items to the empty items at the end - pic 3
If amount of items is greater then 5 - it shows them, but there are still empty items at the beginning and at the end.
I'm setting ItemsSource to an array of my items and there no nulls or anything unexpectable in the array.
Is it only problem of mine?