If I have a collection of data (for ease sake lets say 1 -12).
I would like the ItemsControl (most likely a listbox) to list the items as follows :
1 7
2 8
3 9
4 10
5 11
6 12
Tried a bunch of things but can't get the above pattern (data is bound to ItemsSource using a paging mechanism so only 12 items will be shown at any time).
Thanks
Lloyd Sheen