Dynamically show and hide document dependent tools #261
Unanswered
FSharpCSharp
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I currently have the challenge to show and hide tools dynamically, depending on the context. In this specific case, it is about the fact that when the user changes the documents, the available tools should also change, as is also known from other products such as Visual Studio.
How can I best implement such a behavior with this toolchain? The tools all refer to the same data context as the document itself. What I am currently failing at is rather the dynamic display and hiding of these.
Beta Was this translation helpful? Give feedback.
All reactions