Category "winui"

Inline AutoSuggestBox like windows 11 search box

In Windows 11 OS, search textbox displays as below Here the auto append text has a different foreground. How to do this? while typing in AutoSuggestBox, I need

Content Dialog not showing up WINUI3

I'm trying to show a popup to edit a brand in my app but it doesn't show up. Function where I call the Dialog: private async Task EditBrandAsync(Brand brand) {

How do I get a WinUI Control's parent Window?

I need to get a reference to the parent Microsoft.UI.Xaml.Window for a Control. Is there a way to do that in Project Reunion 0.5? Window.Current does not work i