I need to allow users to 'cross-slide' on items in list boxes in WPF. This functionality is available in the Windows Store UI (WinJS?), and the Microsoft guidelines are here.
The guidelines pretty much describe what cross-sliding is.
Are there any existing implementations for this, or do I need to create my own?
I have done multiple days of research, and I haven't found anything :/ Any help much appreciated :)
It's not built in. You'd need to build it, buy it (there may be a third party toolkit that offers similar behavior), or create a Windows Store application.