-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add feature: Show Gridlines #2247
Comments
I'm curious as to how necessary this is given the live visual tree helpers built into Visual Studio that show you the layout bounds of every element in the app, not just in a grid |
@JohnnyWestlake the helpers only let you see the adorners for one element at a time, and that won't always be aligned with the actual layout of the grid (i.e. the item being centered in the grid and not filling up the space). So, if you're trying to debug the grid layout and frame itself, it can be a bit tricky to understand what's happening with just the adorners for an element within the grid. |
Whats the current status? |
This issue seems inactive. It will automatically be closed in 14 days if there is no activity. |
current status? |
This request has been added to the WinUI Library's Make Grid Better feature proposal so going to close it out here for now. If they end up not taking it, we can re-open and investigate in the future. Thanks! |
I'm submitting a...
Feature request (UserVoice request: https://wpdev.uservoice.com/forums/110705-universal-windows-platform/suggestions/34575250-uwp-grid-should-have-showgridlines-property-from-w )
Current behavior
No gridlines shown
Expected behavior
Shows the gridlines
Here's the WPF property that's missing in UWP: https://msdn.microsoft.com/en-us/library/system.windows.controls.grid.showgridlines(v=vs.110).aspx
The text was updated successfully, but these errors were encountered: