jp2masa

Results 72 comments of jp2masa

I was looking at this too, but I'll quit now. Here's what I found: The code is ported from [here](https://github.com/HandyOrg/HandyControl/blob/master/src/Shared/HandyControl_Shared/Controls/Panel/RelativePanel.cs) and it honestly seems to have a really bad flaw:...

Note that allowing different inner radius Width/Height would allow some weird shapes which may or not be wanted (e.g. circle cut by ellipse, ellipse cut by circle, or ellipse cut...

> Why would you need Binding to named root here. Doesn't ReactiveWindow set any DataContext? It does, and I was trying to bind to `DataContext`, but compiled bindings doesn't seem...

The view model is not generic, only the property definition, so ` {Binding #root.DataContext.(vm:MainWindowViewModel.Greeting)}` should work, but it throws a different NRE: ``` Avalonia error XAMLIL: Internal compiler error while...

I know it doesn't make sense, but it's a simple repro I created for this bug. In my real project I have to bind to the root user control data...

I have the same question. Is there a way to mark the navigation property as required?

Sorry, disabled auto-merge with a misclick on my phone.

There was a PR (#9253), but it was closed due to inactivity. This may also be dependent on clipboard and DnD API refactoring (#11011, #12600).

Sorry for not replying earlier. Preview 5 was released yesterday and will likely be the last preview (https://github.com/AvaloniaUI/Avalonia/discussions/10193#discussioncomment-4868225). > Looks like there is an issue with updating when resized. This...