harvinders

Results 23 comments of harvinders

No @beervoley , I am not using ScrollViewer, as I kept the top most control as `ListView` following is my XAML files. The issue manifests when I scroll the ListView...

@beervoley Changing the layout to `WrapLayout` from windows community toolkit improved the performance and I am not seeing another crash, it may happen I might have to stress the app...

@sibille It would be great to know which features and pages we can expect for WinUI and the associated WTS versions. I am looking for the login feature, however could...

I am using a VS2019 16.4.0 on 1803 with 1903 as Target and 1803 as min target. I will try to create a min repo for your reference.

You are right @mvegaca , I could not reproduce it either with a min repo. Another thing that I have is my app extends the app into the titlebar. Let...

@mvegaca After a closer look, I think the issue is still there. Here are the screen shot of App with a Page using setting of `HeaderMode = Never` in two...

Yes @sibille, I have raised it with WinUI team [here](https://github.com/microsoft/microsoft-ui-xaml/issues/1947). The lead developer @ranjeshj could not reproduce it, but I am able to reproduce it easily with the repo present...

Let me give it a shot with the navigation type project. @mikebattista I will ping once ready.

@mikebattista @mrlacey I have created a navigation view project with all the feature at https://github.com/harvinders/NavAppDemo. The project uses WinAppSDK 1.0 and .Net 6. I have tried to not disturb the...