Thilo Viereck

Results 25 comments of Thilo Viereck

I think I addressed all your latest comments. Property is called `ExpandLastChild` now. Anything else?

Is anyone working on the documentation? Or should I give it a go?

Yes, I started working on documentation. Unfortunately, I'm currently quite busy with my day job. So, it might take 1-2 weeks to complete an initial PR for docs.

Added PR for docs and a new `DockLayout.Add(IView, DockPosition)` method to make it easier to populate the layout from C# (see docs for details).

Sidenote to MCT maintainers: It's kind of difficult to recognize a pattern of best practices from the source code. It's simply not consistent enough (yet). Two quick examples: 1. UniformItemsLayout...

@VladislavAntonyuk: You were probably 5 mins ahead of me ;) Thanks for helping out.

@pictos: Absolutely. Keep at it. Improving consistency throughout the repo is the best (and probably only) way to help with this. @bijington: I poked the documentation a little to better...

I just started to experiment with the implementation of context menu for MAUI a few hours back. However, I started down a different path by using an attached property. I...

Same problem here. I'm working on a graphics-heavy MAUI app. Unfortunately, there appears to be no supported way for using custom MAUI fonts with Maui.Graphics. Really?! I found a corresponding...

Actually, this was initially reported back in August 2021: dotnet/Microsoft.Maui.Graphics#232