문제

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top