Bastian Schmidt

Results 296 comments of Bastian Schmidt

I can't reproduce your issue. At which point during your application lifetime do you attach Snoop? Do the binding leaks already exist at that time or do they happen after...

Snoop was targeting AnyCPU but VS seems to get it wrong in the UI. Added it explicitly to the build instructions and added the native ARM switch. Could you test...

I don't have any ARM hardware available. It's quite hard to get it right that way 😂

Sorting by one column is understood by users, sorting by multiple might also be understood. But limiting sorting to exactly two columns feels strange.

Which other property values are you using for the window? I guess it's another combination i didn't properly account for... Is there a special reason you are using WindowStyle=None?

Could you try to modify the showcase application to reproduce your issue or is it possible to share your application?

As long as i am not able to reproduce the issue it's, sadly, nearly impossible to find out what's wrong...

That's the default windows behavior. There is no native top border as far as i know. Why do you think this is the wrong behavior?

First, there is a border on Windows 11. Second, notepad has a native titlebar on Windows 10. If you apply styles to remove the titlebar you also loose that border,...

Could you add a repro? Maybe it's a bug in Fluent.Ribbon, maybe in your code. ;-)