Morten Nielsen

Results 478 comments of Morten Nielsen

> Not all applications should be resizable; there’s already a property for disabling resize capability. Your feature request isn’t about disabling resize, but limit the maximum size during a resize.

> IsResizable doesn't prevent the Maximize of the window There's also a setting for removing the maximize button. Wouldn't it be better to remove that - there's a certain expectation...

I think the gallery app is showing this issue too. The flyout behavior is detecting a change, but when it evaluates the effective value in `Shell.GetEffectiveFlyoutBehavior`, it always evaluates to...

@onovotno thanks I'm aware. It's for the same reason I'd like to do it.

@partmachine I think you'd want them to be internal in a class library or you'll likely hit collision issues with consumers of your library also generating winrt types or referencing...

Here's my scenario: I want to use the `BluetoothLEAdvertisementWatcher`, but before you know it, you're spending forever trying to figure out which namespaces you need to include to generate valid...

In addition referencing the project from a .NET Core WPF app, you'll hit a similar issue because it doesn't use the $(Platform) value, but relies on runtime identifiers instead.

There's some chat between having the xml doc used for intellisense vs for generating documentation, supporting older clients etc. Perhaps the real solution here is to generate two? One for...

> Today, we only support x64 architectures That seems rather problematic for the new ARM64 devices which will only run x86, ARMv7 and ARMv8, but won't be able to run...