Tag Archive | "silverlight tips"

Silverlight Tip – Initialize!

October 20, 2008 1 comment

Wow, who said learning new stuff wasn’t fun! :) Here is another little gem I found which will change your understanding of how Silverlight applications work. I had a little application that was working great, it even had a bunch of nifty video things taking place in the code behind. I wanted to redo my [...]

Silverlight Tip – Grid layouts

October 20, 2008 No comments yet

Just a simple tip if you haven’t already tried to use these layout controls. When you are creating content (controls) to add to the grid via a Row and Column number it would help if you knew the index is 0 (Zero) based …. that would be Column 0, Row 0 for the top left [...]