❔ MAUI IsVisible Binding doesn't work
Hi, I created simple page with my custom control, which I'd like to hide conditionally (resolved in VM constructor). However setting this value doesn't change the actual visibility, XAML binding failures are stacking up, but I don't know what is wrong here
2 Replies
Custom control
(It shouldn't matter anyway)
Page XAML
ViewModel
I'm 100% sure
PrepareContent
is being executed
Also my code-behind
I added InvalidateMeaseure
because of this stack answer
I came up with 10-min-fix, the most ugly workaround possible
But (as you can guess) it's totally not the way it should workLooks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.