Currently I am setting the ItemsPerPage on the panel to get the look i want. When I resize the window, the space between the items expands which is what I do not want. To solve this, I bound the ItemsPerPage to a property on my MVVM to handle this and it works well in keeping my item spacing the way I want. The problem is that the SelectedItem changes as I resize. The ItemSource and the SelectedItem are bound to properties on my MVVM, and those 2 actual values never change, but what is displayed on the carousel as the SelectedItem does change.
How can I resize the carousel, keep the item spacing the same (by adding more items per page) AND keep the selected item to what it was before the resizing?
Thanks,
David Ribb
How can I resize the carousel, keep the item spacing the same (by adding more items per page) AND keep the selected item to what it was before the resizing?
Thanks,
David Ribb