Create circular listview in wpf
on February 10th, 2011
On category: WPF

In my little Wpf ListView with better touch support I had the need to support the concept of circular scrolling. What I want is the ability to scroll elements continuously, as if the list was circular; if I have 5 elements, from 0 to 4 I want to scroll left from the element 4 to [...]

Continue reading about Create circular listview in wpf