Expression Blend Tip: Modifying the Rows or Columns of a Grid

It took me a couple of minutes to realize that RowDefinitions and ColumnDefinitions of a Grid are in the Advanced Properties of the Layout category. For more information about using a Grid to layout data, you can read more on Scott Guthrie’s blog at http://weblogs.asp.net/scottgu/pages/silverlight-tutorial-part-2-using-layout-management.aspx.

XAML Tip: Adding a Line Break to a TextBlock

I’m just starting to mess with XAML as I’m looking to see what I can do with it. As I come across some pretty basic tasks that I’m struggling with, I’ll post about it in case any other newbies run into the same issue. One of my first tasks was to create some text on a canvas. However, I couldn’t figure out how to do a line break. After searching Live and Google in an attempt to find something, I finally did (on page 3 of each engine). There is an object called <LineBreak/> that will perform a line break … Continue reading XAML Tip: Adding a Line Break to a TextBlock