Mikael Nensén

Results 15 comments of Mikael Nensén

Hello, I just encountered this issue as well. I have a list of Item instances. Each Item instance in that list has a property that's also a list of Item...

It has also been reported as an issue for Visual Studio for Mac here: https://developercommunity.visualstudio.com/content/problem/697562/some-files-are-not-shown-in-a-net-core-project-in.html I've linked back to this Issue from that reported issue. The information in the above...

@Cryptoc1 Thank you for the `CancellableAsyncCommand`!

I just encountered this yesterday when writing some code to be able to change the colors based on user choice. My initial native approach was to do: `Resources["Primary"] = `...

> @Cybrosys I guess I did something wrong when first trying your extension method. It's working now. It was a quickly cobbled together method that achieved what I was trying...

Hello @hartez , Following up on the above comment that Hot Reload might be dependent on `ContainsKey` current behavior, is that not an undesired dependency? Currently `ContainsKey` return `false` while...

Fighting with this issue myself at the moment. - If I remove an item that is not the last, then cells after the one that was removed disappear/get a height...

Is it possible to achieve the same on Android with Shell, the layout doesn't extend in under the NavigationBar during my tests?

Just tried using CollectionView since ListView has this problem also... our items have dynamic content, we update the item contents based on user interaction and when data changes. For some...

I tried adding some code to manually switch the UserAppTheme. What I noticed was that the control colors were not correctly updating. The only way for all the colors to...