Is there a way to disable the looping of panorama? I need that one cannot move from the first to the last element, and vice versa. How can I do this?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
This is not possible with the panorama control (at least not in an easy way).
The only thing you can do, is inherit the control (or the one from the Windows Phone Toolkit) and implement it yourself