Arjun Balgovind

Results 29 comments of Arjun Balgovind

@saahmedm is this in priority? We plan to make the UI support a dynamic layout independent of this (so adding new keys causing stuff to not be aligned would no...

Removing the `in progress` label since this hasn't been started yet.

@crutkas as per @alekhyareddy28's PR https://github.com/microsoft/PowerToys/pull/6379#issue-479873849, the change to ListView would also fix one accessibility bug where Narrator reads out the same element name for each row. For a ListView...

@saahmedm @crutkas @ryanbodrug-microsoft I've made a separate issue (#6671) to track the accessibility bug that this was supposed to fix (I found that it migrating to ListView wouldn't completely fix...

As mentioned in https://github.com/microsoft/PowerToys/pull/6672#pullrequestreview-491837982 migrating to ListView will also allow us to remove some of the additional automation accessibility code in #6672 and will add "row x of y" while...

@mykhailopylyp there is another issue for adding banded rows on the ListView https://github.com/microsoft/PowerToys/issues/2659, which depends on this item. That would make the styling more similar to the settings page, but...

@enricogior, I think my comment might not have been clear. I meant #2659 depends on #2170. I don't think there is anything blocking this issue, but it might be harder...

#2027 will most likely by a big work item, and it might be harder to do with XAML Islands as it requires setting up a separate UWP project with just...

@crutkas this is one of the highly requested features. In terms of implementation details I was thinking of something along these lines: UI: On the landing page, a user has...