Skip to main content

Microsoft Silverlight

Expression Bleng Grid Lines QueryRSS Feed

(0)

josboogz
josboogz

Member

Member

13 points

25 Posts

Expression Bleng Grid Lines Query

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
nosuic

Member

Member

515 points

133 Posts

Re: Expression Bleng Grid Lines Query

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

simbuaarumugam
simbuaar...

Participant

Participant

1172 points

405 Posts

Re: Expression Bleng Grid Lines Query

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 

 

SimbuAarumugam India
http://simbusoftwareengineer.blogspot.com
(Mark As Answer If its Satisfy your needs)

josboogz
josboogz

Member

Member

13 points

25 Posts

Re: Re: Expression Bleng Grid Lines Query

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,

 Jos

surbhiydv
surbhiydv

Participant

Participant

1134 points

218 Posts

Re: Expression Bleng Grid Lines Query

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)

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities