New Metro Views: Listing 1.
Building a FlipView control.
- By Michael Crump
- 08/01/2012
<FlipView x:Name="FlipView1" Width="500" Height="500">
<FlipViewItem Width="248" Height="248">
<Rectangle Fill="Yellow" />
</FlipViewItem>
<FlipViewItem Width="248" Height="248">
<Rectangle Fill="Green" />
</FlipViewItem>
<FlipViewItem Width="248" Height="248">
<Rectangle Fill="Red" />
</FlipViewItem>
<FlipViewItem Width="248" Height="248">
<Rectangle Fill="Orange" />
</FlipViewItem>
</FlipView>
About the Author
Michael Crump is a Microsoft MVP, INETA Community Champion, and an author of several .NET Framework books. He speaks at a variety of conferences, including CodeStock, DevLink and TechDays. Michael has also written dozens of articles on .NET Framework development for sites including CodeProject, SilverlightShow, DZone, Developer Fusion and CodeZone. You can follow Michael on twitter @mbcrump or keep up with his blog at michaelcrump.net.