Skip to content
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

Closed
HerrickSpencer opened this issue Jun 15, 2018 · 6 comments
Closed

Add feature: Show Gridlines #2247

HerrickSpencer opened this issue Jun 15, 2018 · 6 comments
Labels
controls 🎛️ extensions ⚡ feature request 📬 A request for new changes to improve functionality

Comments

@HerrickSpencer
Copy link
Contributor

HerrickSpencer commented Jun 15, 2018

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

@michael-hawker michael-hawker self-assigned this Jun 15, 2018
@michael-hawker michael-hawker added controls 🎛️ extensions ⚡ feature request 📬 A request for new changes to improve functionality labels Jun 15, 2018
@JohnnyWestlake
Copy link
Contributor

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

@michael-hawker
Copy link
Member

@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.

@gbarcho
Copy link
Contributor

gbarcho commented Jun 27, 2018

Whats the current status?

@windowstoolkitbot
Copy link

This issue seems inactive. It will automatically be closed in 14 days if there is no activity.

@HerrickSpencer
Copy link
Contributor Author

current status?

@michael-hawker
Copy link
Member

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!

@ghost ghost locked as resolved and limited conversation to collaborators Nov 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
controls 🎛️ extensions ⚡ feature request 📬 A request for new changes to improve functionality
Projects
None yet
Development

No branches or pull requests

5 participants