Skip to main content
Home Learn Videos Silverlight Videos Creating a Carousel, Part 1
Presented by:Jesse Liberty
February 19, 2009 | Duration: 28:15
Login to Rate
:( Error
0 0
Select Your Format
In this first of a two part series, Jesse Liberty explains how to create a carousel in Silverlight, and along the way explores such advanced topics as creating a custom class by deriving from the sealed Panel class, hand-tooling animation by overriding the ArrangeOverride and MeasureOverride methods and making use of Matrix transforms.
Member
3 Points
#1 February 20, 2009 4:36 AM
Hello, I liked this video, been looking for a concept like this to learn about in Silverlight. I need to go ahead and watch the videos on Transforms and find something on the concept of Dependency properties since I never used these before.
1 Points
#2 February 20, 2009 1:37 PM
Merci pour la vidéo, J'ai appris à manipuler les DependendyProperty et la transformation avec Matrix.
Encore merci ;-)
406 Points
#3 February 21, 2009 3:40 PM
Very Good!
Thanks you Jesse Liberty =)
#4 April 21, 2009 3:38 AM
Jesse, The video is not displayed.
#5 July 09, 2009 7:16 PM
Hi i want to use this in WPF application,.. I managed to take all files in to WPF Solutions. But when i run i am getting a runtime error
"An unhandled exception of type 'System.InvalidOperationException' occurred in WindowsBase.dll
Additional information: Cannot set a property on object 'Identity' because it is in a read-only state"
The error occurs from this statement
mt.Matrix = mx;
in DoArrange() method.
What can i do for solve this issue or how can i use same code for WPF(windows) application.
Your corperation is appiciated!!
You must be logged in to leave a comment. Click here to log in.