Skip to main content
Home Learn Videos Silverlight Videos Dynamic Controls
Presented by:Jesse Liberty
May 01, 2008 | Duration: 37:12
Login to Rate
:( Error
0 0
Select Your Format
In this video, Jesse Liberty discusses how to create XAML controls at run time in managed code (i.e., C#) and why you might want to do so, and (more important) why you usually want to avoid doing so. He walks you through an example of creating a border, stack panel and a pair of checkboxes, with their event handlers, all in C#, based on user input.
Member
6 Points
#1 May 06, 2008 9:06 PM
very nice Jessie, just to let you know i have your book Programming C#3. So when is Programming Silverlight 2.0 coming out, ooh and if you dont mind put a chapter or two in for me that relates physics and mathematics for motion graphics and animation using C#. There is no such book on the market.
17 Points
#2 May 07, 2008 12:11 AM
Nice video Jessie. Thank you for making it.
One thing I found out the hard way is to watch the type of the parent control, in this video the parent control was always the Layoutroot. If it's a grid, like in this video, you can't do things like make draggable controls.
However, you can put a Canvas inside of a grid. As long as the Canvas is the parent of the Dynamic control things can move easily.
127 Points
#3 May 07, 2008 5:27 PM
Hi there,
Nice informative video :)
However after downloading both the iPod version (Video) and trying to wath it on a iPod Touch and then downloading the Mpeg-4 version and trying to watch that one in iTunes. I found both of them to have issues where the sound doesn't sync properly with the video. Not sure if this is a problem with your files or with my downloads, thought I'd let you know.
Cheers
3 Points
#4 June 27, 2008 7:28 AM
this ws good...I wanted to know few things like...wht if I wanna create some bubble chart dynamically and related one chart with another...hws that gonna wrk...thksin adv
You must be logged in to leave a comment. Click here to log in.