Question

I was trying to add LoopingSelector but every time I get this error: The type 'Windows.UI.Xaml.Controls.Primitives.LoopingSelector' has no constructors defined

Is there a way to add the LoopingSelector to a page in XAML?

Was it helpful?

Solution

Use ScrollViewer or FlipView FlipView internally uses ScrollViewer.

In Windows 8.1 and Windows Phone 8.1 ScrollViewer is very powerfull. Use VerticalScrollMode and HorizontalScrolMode properties. See XAML scrolling, panning, and zooming sample

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top