Skip to main content
Home Forums Silverlight Programming Silverlight Controls and Silverlight Toolkit xaml: grid questions
2 replies. Latest Post by tatman on September 12, 2008.
(0)
tatman
Member
4 points
9 Posts
09-12-2008 3:36 PM |
1) If Im using a standard grid, how can I set the background color for a single row?
2) I have a grid with several rows and 1 column. In row 0, I put an image. It gets centered. I would like for it to be aligned to the left. How do I do that?
Thnx
Matt
Skyrunner
Contributor
2489 points
485 Posts
09-12-2008 3:47 PM |
1. Just add a new Grid in the row you want, and set the background to the color you want.
2. Add HorizontalAlignment="Left" in your image markup.
09-12-2008 3:56 PM |
Thnx. For some reason, these attributes are not showing up in the code completion combo boxes.
:)