Hemant Kumar

Results 10 comments of Hemant Kumar

@1592363624 can you confirm if you are still facing this issue and elaborate the problem?

Hello @Skittles2519 thanks for sharing a solution & guidance on x:Bind. @dotMorten I was able to reproduce this issue in your sample ChatApp. To solve it, I have added in...

@dotMorten I think you can try adding external library's ResourceDictionary in the App.xaml when you are using that particular library in your app. Please share a repro if it doesn't...

Hello @dotMorten, thanks for creating this thread, did you have WinUI binaries' symbols loaded, and native debugging enabled when you were debugging? I had enabled native debugging first and loaded...

Hello @tipa, can you please add a minimal repro application here which contains both ListView & ItemsView in same window with highlighting the problem you are facing ItemsView? It would...

@MartinZikmund thanks for pointing it out and creating an issue, have you seen any unexpected behavior ~ a crash or UI glitch with BreadcrumbBar due to incorrect usage of GetFocusedElement?

@DavidRufino We have fixed a related flickering issue caused by setting ExtendsContentIntoTitleBar to true. It should be available as part of WindowsAppSDK 1.8- https://www.nuget.org/packages/Microsoft.WindowsAppSDK/1.8.250907003. Please test the scenario against this...

Hi @zmkme, you can work around this issue by fetching newly selected pips button from underneath ItemsRepeater and raise automation event using RaiseAutomationEvent API, you will also have to update...

We have fixed a related flickering issue caused by setting ExtendsContentIntoTitleBar to true. It should be available as part of WindowsAppSDK 1.8- https://www.nuget.org/packages/Microsoft.WindowsAppSDK/1.8.250907003. Please test the scenario against this version...