Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Grid.ShowGridLines in windows store app

What is the best way to show the lines of a grid control in a windows store app? I want something like Grid.ShowGridLines but I found that this is missing from WinRT.

Thank you!

like image 227
angela d Avatar asked Jun 13 '12 17:06

angela d


People also ask

How do I get rid of gridlines?

Select the worksheet. Click the Page Layout tab. To show gridlines: Under Gridlines, select the View check box. To hide gridlines: Under Gridlines, clear the View check box.

What is gridlines in MS Word?

Gridlines help give you visual cues when you're formatting in Office. You can align shapes and other objects in your PowerPoint slides and Word documents, and distinguish between cell boundaries in and sections of your spreadsheets and workbooks in Excel.

How do I create a grid in Visual Studio?

In Visual Studio, from the Tools menu, select Options. In the left pane of the Options dialog box, click Windows Forms Designer. In the right pane, under the Layout Settings heading, you can set the default grid settings for all the new forms you create.


1 Answers

The only solution that I can think of that would give the kind of effect you want would be to us the border element to put borders around every control in a grid cell, though it would probably be a bit fiddly

like image 80
J.B Avatar answered Sep 27 '22 21:09

J.B