Skip to content

Commit de4ff40

Browse files
committed
Update 2019-01-25-Showing-Gridlines-In-Xamarin-Forms-Previewer.md
1 parent 51ae635 commit de4ff40

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

_drafts/2019-01-25-Showing-Gridlines-In-Xamarin-Forms-Previewer.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -347,10 +347,3 @@ Here is the resulting Previewer image:
347347
For those wondering, the `ReflectionHelper` object is a static object that is performs reflection on the Xamarin.Forms `Grid`'s `ColumnDefinition` and `RowDefinition` properties called "ActualWidth" and "ActualHeight". I've submitted a GitHub issue to ask for these properties to be surfaced as `public` access, but until that happens we have to take this more risky approach.
348348

349349
Now we have a `PreviewGrid` that can show its `Padding` and grid lines on demand. It works the same way as the built-in `Grid`, and shows its grid only when it detects that it is running in the Previewer.
350-
351-
<div class="featured">
352-
<a href="{{ page.url }}">
353-
<img src="{{site.url}}/imagesPreviewer.png" />
354-
</a>
355-
</div>
356-

0 commit comments

Comments
 (0)