Read original post at Sebastien Pertus's Blog
As you may know, you can easily develop native applications for Windows 8 using XAML and C# (Or VB.NET by the way ).
Among a lot of other things, XAML allows you to create custom control to factorize your UI.
Today, I would like to show you how to create this kind of control and to do so, please let me introduce you with the final version of the XAML Carousel Control [...]