You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now if you e.g. change Offset.Left = 10 you need to call view.NotifyDependentValueObservers("Offset", true) to notify observers that the offset has changed internally. To simplify this we can make it so you can call: Offset.NotifyChanged(); to do the same thing.
`
The text was updated successfully, but these errors were encountered:
For now if you e.g. change
Offset.Left = 10
you need to callview.NotifyDependentValueObservers("Offset", true)
to notify observers that the offset has changed internally. To simplify this we can make it so you can call:Offset.NotifyChanged();
to do the same thing.`
The text was updated successfully, but these errors were encountered: