1) Hi, I was wondering if there was a way to have a scrollviewer with elements that loop.
Ex)
Let us say I have 4 items.
After scrolling from left to right you see something like this in order:
<item 1> <item 2> <item 3> <item 4> ... <item 1> <item 2>
Also currently I am using a StackPanel inside my scroller.
2) I also have another issue with scrollling... it seems when I click inbetween my images ( the items i have in my scroller), I cannot scroll. I have to directly click on the images to scroll.
3) Is there a way to snap these images whenever I scroll such that, the image closest to the center of the scroller will snap and enlarge in size.
Thanks for the tips :)