Skip to main content
Home Forums Silverlight Design Designing with Silverlight Expression Bleng Grid Lines Query
4 replies. Latest Post by surbhiydv on September 24, 2008.
(0)
josboogz
Member
13 points
25 Posts
09-10-2008 12:45 PM |
Hi All,
Bit of an odd one, I am using Expression Blend to design my Silverlight page, and quite like the effect of the Grid Lines upon the look of the Page. Is there any simple way of actually having these Gridlines in the real Silverlight Page on display?
Thanks all,
Jos
nosuic
515 points
133 Posts
09-11-2008 8:02 AM |
In Page.xaml in the Grid tag add this property: ShowGridLines = True.
<Grid x:Name="LayoutRoot" ShowGridLines="True">
If this helps, please mark as answer
simbuaar...
Participant
1172 points
405 Posts
09-12-2008 8:03 AM |
Hi Normal 0 false false false EN-US X-NONE X-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin-top:0in; mso-para-margin-right:0in; mso-para-margin-bottom:10.0pt; mso-para-margin-left:0in; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin;}
Check this
http://blogs.msdn.com/scmorris/archive/2008/03/27/defining-columns-for-a-silverlight-datagrid.aspx
Mark as answer if its answer
09-15-2008 9:20 AM |
Thanks for your replies guys, I kind of meant the guide lines that Blend provides so that u can position various Canvases in line and in the correction position etc .The whole page is covered in square grid lines with each square containing another 4 squares which then contain a 5x5 grid.
Cheers,
surbhiydv
1134 points
218 Posts
09-24-2008 6:17 AM |
Hi
That grid is to help you to place your objects properly. In order to have that effect in output also, you can always create that by using lines or rectangles.
(Please 'Mark as Answer'.............if it helps you)