Ikarmus
❔ 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
9 replies
❔ Entry Binding in custom control doesn't work
Hi, I'm making simple app in MAUI, tried to create separate control for reusability purpose.
My problem is related to binding model data - changes I make in view doesn't reflect inside my data. It looks like I'm using copy of the object, but debugger pointed
BindingContext
obj to my backend-data.9 replies