How to specify the number of rows in a Grid in Expression Blend?
My WP7 layout didn't look right unt开发者_JAVA技巧il I specified the correct number of RowDefinitions in the xaml in VS2010. How do I use Expression Blend to input RowDefinitions?
Use Properties -> Layout -> Advanced Properties -> Row Definitions -> ... -> Add another item.
You can also access the xaml while in blend by flipping between Design view and XAML view using the icons in the top right of the main area.
You can also open the project in VS at the same time if there are features there you want to use.
精彩评论