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
Seems to have found a bug when using DropDownButton, command binding is lost when navigate away and comes back.
Context: I am using Prism Library and have different views with same definition of DropDownButton w.r.t to each category. When view is loaded the first time it works fine but when navigate away to another view and comes back it stops working even for others as well.
The issue I'm encountering seems to be related to the fact that the MenuItem instances within the dropdown's ContextMenu are not within the same logical tree as the rest of your control, which might be causing binding issues.
Describe the bug
Seems to have found a bug when using DropDownButton, command binding is lost when navigate away and comes back.
Context: I am using Prism Library and have different views with same definition of DropDownButton w.r.t to each category. When view is loaded the first time it works fine but when navigate away to another view and comes back it stops working even for others as well.
The issue I'm encountering seems to be related to the fact that the MenuItem instances within the dropdown's ContextMenu are not within the same logical tree as the rest of your control, which might be causing binding issues.
Seeking any guidance or workaround to handle this situation?
Environment
Screenshots
The text was updated successfully, but these errors were encountered: