Grid Lines
#31176
Replies: 1 comment
-
in case someone is interested in something like that but from an external package, you could use Plugin.Maui.DebugRainbows, which I think includes similar features. edit: if you believe this is just noise for this thread, let me know and I'll see if I can edit/delete the post to remove the distraction |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I would like to have a option for a ContentPage that works only in debug for a attribute "ShowGridLines", when setting this value to true, any element in the ContentPage that contents a grid shows a dash lines highlighting the columns and rows, including datatemplates.
Public API Changes
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
ShowGridLines="True"
.........
Intended Use-Case
This is a feature that used to exist in the wpf designer, and it should come to maui to enable developer to create pixel perfect alignment.
Beta Was this translation helpful? Give feedback.
All reactions