Results 71 issues of Jaiganėsh Kumaran

# Proposal: Desktop applications must follow your accent colour Desktop Win32 apps that doesn't use WinUI 3 must follow your accent colour. Today apps use blue mostly eg: GDI which...

area-Shell UX
feature proposal

# Proposal: Add a spacing property to GridView and ListView Add a spacing property to control the space between each item without setting margin manually. ## Summary Although setting margin...

feature proposal
area-Lists
needs-winui-3
team-Controls

# Proposal: Ability to associate an unpackaged app with an uninstaller entry Today Windows offers the ability to uninstall apps from the Start menu. When you use the uninstall option...

area-Deployment
feature proposal

Many code have been written to use Windows.UI.Xaml.Data.INotifyPropertyChanged and Windows.UI.Xaml.Data.IValueConverter. With WinUI 3, these interfaces can't be used as it only knows about Microsoft.UI.Xaml.Data.INotifyPropertyChanged and Microsoft.UI.Xaml.Data.IValueConverter respectively. These interfaces are...

feature proposal
product-winui3

### Describe the bug Classic Alt+Tab, which is shown when Explorer isn't running, still shows an app window even when AppWindow.IsShownInSwitchers is set to false. ### Steps to reproduce the...

bug
area-Windowing

# Proposal: Add methods to UserProfilePersonalizationSettings for retrieving lock screen and desktop backgrounds Today UserProfilePersonalizationSettings has methods to set the lock screen and desktop background asynchronously. I understand that getting...

area-Shell UX
feature proposal

# Proposal: Extend the file picker contract to File Explorer Today Windows provides the file picker contract so users can pick a file provided by an app directly without saving...

area-File access
feature proposal

# Proposal: Provide a new version of Windows.Storage.FileIO which doesn't go through Runtime Broker when possible Today any Windows.Storage.FileIO call will go through the Runtime Broker even if the app...

area-File access
feature proposal

Today StorageFile doesn't support shortcut file (ones with .lnk, .url or .wsh) and invoking any method throws an exception. Please let StorageFile represent shortcut files. Another thing is in File...

area-File access
transfer-to-platform

# Proposal: Splitter control Provide a splitter control to enable resizing multiple panes. It should be flexible and must work well with different kinds of layout panels such as Grid,...

feature proposal
team-Controls
wpf-vs-winui-mismatch
wct