Jérôme Laban

Results 811 comments of Jérôme Laban
trafficstars

I'm not sure to understand the ask here. What's the expected result, visually ?

The `Padding` property on a control only offsets the contents of the control it is applied to. In the case of a `Rectangle`, as there's no content, it will not...

I'm not too sure if we should be supporting this explicitly. We're requiring users to put native controls inside ContentControl/ContentPresenter since Uno 3 (as they're not UIElement). What's the original...

Thanks for the report. Does the page leak if the DataContext is set through the codebehind ?

I've taken a look at troubleshooting this during a live coding: https://youtu.be/oS9XuCqCBzI. It seems that it's a caching behavior hiding a internal propagation issue. Can you try with your project...

@maaxe are you able to do some memory profiling to find out what's leaking?

Could be related to https://github.com/unoplatform/uno/issues/8613