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

[DevTools] Pinned Property #12242

Closed
workgroupengineering opened this issue Jul 18, 2023 · 5 comments · Fixed by #13371
Closed

[DevTools] Pinned Property #12242

workgroupengineering opened this issue Jul 18, 2023 · 5 comments · Fixed by #13371

Comments

@workgroupengineering
Copy link
Contributor

Is your feature request related to a problem? Please describe.
When debugging with Devtools in some circumstances you need to keep the focus on only a few properties. As it is now if the properties have different names it is necessary to scroll the datagrid to see the value.

Describe the solution you'd like
Adding pinned properties like VS Debug Visualizer, which shows the pinned properties at the top of the property list.

Describe alternatives you've considered
Problem, where to store pinned properties for restore between debug session?

Additional context
none

@lhsrebel72
Copy link
Contributor

@maxkatz6 I am currently working on this

@timunie
Copy link
Contributor

timunie commented Jul 21, 2023

@lhsrebel72 👍 great, thanks for your contribution. I assigned you to the issue, so everyone should see you're working on it.

@lhsrebel72
Copy link
Contributor

Just put in a PR for this. As i described in the request there is one thing I am not happy with that I would like to continue attempting to fix but, it is functional. I will add screenshots here of the two headers and if you guys think it looks fine as it is then that is okay as well.

@lhsrebel72
Copy link
Contributor

pin properties screenshot

@lhsrebel72
Copy link
Contributor

I would ideally like only one header so that the pinned properties will have the look of "floating" above the others but, I need to figure out how to bind the column widths together since they are in two seperate data-grids

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment