How to Create a Silverlight Control Like the Telerik CoverFlow Control Part 3 – Demo
Last Updated on Thursday, 19 April 2012 09:47 Written by Andrew Ivanov Monday, 23 April 2012 12:00
Let’s get try to use created in previous ports CoverFlow control. Top Arvixe blog authors used as a data source.
Please change sliders to get different effects. Because as a base class, we used ListBox, so you can use the following keys to select an item: Up, Down, Home, End, PageUp, PageDown and of course left mouse button.
Learn MoreHow to Create a Silverlight Control Like the Telerik CoverFlow Control Part 2 – Code Behind
Last Updated on Thursday, 19 April 2012 09:38 Written by Andrew Ivanov Thursday, 19 April 2012 12:00
In the previous article, I showed you how to get styles and templates for the CoverFlow control. In this article, I will show how to make moving items.
Unfortunately, we can not define storyboards as in XAML becuase different animations must be applied to the item’s left and right side. So we must define several helper classes.
Class Animations to combine several DoubleAnimations:
Learn MoreHow to Create a Silverlight Control Like the Telerik CoverFlow Control Part 1 – XAML
Last Updated on Sunday, 15 April 2012 11:31 Written by Andrew Ivanov Monday, 16 April 2012 12:00
If you have seen the Telerik CoverFlow control, then you, just as I, have thought “how is it implemented?” In this post, I will begin to show how you can implement a similar control.
Since the component contains items, we will use a base class ListBox.
Learn More
Recent Comments