Skip to content

AutoSuggestBoxHelper

HO-COOH edited this page Mar 22, 2026 · 3 revisions

AutoSuggestBoxHelper

Properties (WinUI3 IDL)

Name IsDependencyProperty Description
AcrylicWorkaround Attached/static dependency property.

The WinUI3's built-in AutoSuggestBox does not have Acrylic background. We fixed it for you. To use it, simply add AutoSuggestBoxHelper.AcrylicWorkaround="True" as an attached property on your AutoSuggestBox.

<AutoSuggestBox x:Name="Control2" Width="300"
    essential:AutoSuggestBoxHelper.AcrylicWorkaround="True"/>
Before After

Clone this wiki locally