Is there a way to change the SelectedItem when the user clicks the mouse using XAML.I ultimately want the user to select an item using a mouse click, which would bring the item into focus (moves to the main position).Many thanks in advance for any help.
I've managed to find an article that allows the carousel to move focus when an item has been selected.http://blogs.jp.infragistics.com/blogs/ctaylor/archive/2008/06/17/carousel-listbox-selection.aspx
This is great and all, but how can you add in support for an even number of items? It seems a bit odd to have this supported with only an odd number of items?