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
The only default MVVM way I know of to communicate from the ViewModel to the View are data bound properties. One way to trigger actions like Entry.Focus() is to use the MessagingCenter.Send() in the ViewModel and MessagingCenter.Subscribe() in the View's code behinde.
Is possible fire an Entry behaviou IsFocused?
The text was updated successfully, but these errors were encountered: