This is an archived thread from the StopByte developer forum —
browse all archived threads.
StopByte is now a payments & ecommerce toolkit — check out our
free calculators.
That’s the full XAML code for the Universal Windows App Page, that contains the FlipView. the WebView Control is used inside the DataTemplate of the FlipViewItem. The FlipView Items are bound from the WebsiteCollection Resource, don’t worry it’s not something tricky only a simple class that has only one member named Url. that Url is bound to the WebView Source. so the WebView website pages will get loaded automatically.
using the StackPanel for the ItemsPanelTemplate of the FlipView is necessary to get the effect of swiping the pages left-to-right and right-to-left.