ynborokh
ynborokh
@gabbybilka @ranjeshj are there any updates on this issue?
@MartinRothschink Thanks for the link. I've found another workaround: implementing own `Main` method and calling `Environment.Exit` manually after app finished working: ``` [STAThread] static void Main(string[] _) { WinRT.ComWrappersSupport.InitializeComWrappers(); Application.Start(AppInitCallback);...
Have the same problem with `DropDownButton` for WinAppSDK 1.1.0.
@RBrid Still regularly observed for Win App SDK 1.1.1, when large lists (~1000 items) are frequently scrolled up and down.
[This fix](https://github.com/dotnet/maui/issues/7317#issuecomment-1412911629) seems to fix this issue, so we can close it.