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
at Microsoft.Maui.Controls.Binding.<ApplyRelativeSourceBinding>d__27.MoveNext()
at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state)
at Microsoft.UI.Dispatching.DispatcherQueueSynchronizationContext.<>c__DisplayClass2_0.<Post>b__0()
I'm trying to fill in the title of a tabitem using a Binding, but this doesn't work at all.
I do not get this exception. The property getter on the ViewModel is not called.
There is no error in de XAML Binding Failures window.
What would you recommend if I need to change the title in runtime (for translation reasons)?
Hello, I am trying to bind the title of a tab item to a property but this does not work.
The following exception gets thrown:
{"Operation is not valid due to the current state of the object."}
You can reproduce the issue with the following line (the page has toi be bound to ViewModelObject of course):
Thanks for any help
The text was updated successfully, but these errors were encountered: