-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
controls ๐๏ธfeature request ๐ฌA request for new changes to improve functionalityA request for new changes to improve functionalitysample app ๐ผ
Description
Describe the problem this feature would solve
Focus in UWP/WinUI is a not exactly trivial problem, I guess that's why FocusTracker was added in the first place.
This is what the FocusTracker looks like if the RootScrollViewer has focus:
Name:
Type: ScrollViewer
Automation.Name:
Parent with Name:
FocusTracker
It is hard to understand what is going on in this case, because this ScrollViewer is not visible and not added by the users XAML.
In the case that the window is unfocused or the FocusTracker is not active the four fields are simply empty. It would be better to add some information describing why no information is displayed.
Describe the solution
Different solutions for these common focus cases are possible.
Ideas:
- A status text could be added after the FocusTracker caption:
- FocusTracker (inactive)
- FocusTracker (Window unfocused)
- FocusTracker (RootScrollViewer focused)
- A new status line could be added with the same status as above.
- The type or name rows could be used, when the RootScrollViewer is selected show that and show [Window unfocused] or [FocusTracker deactivated] in the other cases.
If this is a feature that would be interesting for the toolkit, I could try to implement this.
Marv51 and Kyaa-dost
Metadata
Metadata
Assignees
Labels
controls ๐๏ธfeature request ๐ฌA request for new changes to improve functionalityA request for new changes to improve functionalitysample app ๐ผ