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

[Enhancement] Hit Testing API for Element selection #1846

Closed
drasticactions opened this issue Jul 28, 2021 · 2 comments
Closed

[Enhancement] Hit Testing API for Element selection #1846

drasticactions opened this issue Jul 28, 2021 · 2 comments
Assignees
Labels
area-tooling XAML & C# Hot Reload, XAML Editor, Live Visual Tree, Live Preview, Debugging partner/ui-tools .NET UI Tools partner Issue or Request from a partner team t/enhancement ☀️ New feature or request

Comments

@drasticactions
Copy link
Contributor

Summary

Given either a specific X,Y point or a rect, return a set of Elements that are visible at that point or points.

In order to be able to do things like draw adorners on top of UI or show which element(s) are positioned at any given point a user clicks, we need an API that will, given a point or rect, return a list of possible matches.

@Redth Redth added partner Issue or Request from a partner team partner/ui-tools .NET UI Tools t/enhancement ☀️ New feature or request labels Aug 5, 2021
@Redth Redth added this to the .NET 7 milestone Aug 5, 2021
@mattleibow
Copy link
Member

I think this is this PR: #3351

@mattleibow mattleibow modified the milestones: .NET 7, 6.0.200-preview.11 Nov 12, 2021
@mattleibow mattleibow added the area-tooling XAML & C# Hot Reload, XAML Editor, Live Visual Tree, Live Preview, Debugging label Nov 12, 2021
@drasticactions
Copy link
Contributor Author

We got this added into P11, closing.

@ghost ghost locked as resolved and limited conversation to collaborators Feb 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-tooling XAML & C# Hot Reload, XAML Editor, Live Visual Tree, Live Preview, Debugging partner/ui-tools .NET UI Tools partner Issue or Request from a partner team t/enhancement ☀️ New feature or request
Projects
No open projects
Status: Done
Development

No branches or pull requests

3 participants