❔ 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.4 Replies
My View with embedded
SizePicker
SizePicker
control markup
My question
How to properly bind this control into view? I have done binding in other places in project, but not inside custom control, should I implement BindingProperty
as in MAUI tutorial ?
Now I can see that's not the issue with my custom control, because grabbing it's code inside the view didn't resolve anything
It could be important that the Corners
is List<Point>
(which are structs), not sure if it matters in terms of bindingLooks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.