Reputation: 3189
I have 2 set of toolbars, one on the left while the other on top as shown below
Now I want to enforce the visibility of the top HandledToolItem
based on which HandledToolItem
is selected on the left.
Let's say if I were to select the Analysis
HandledToolItem , I'd like to make Use Cases
and Backend
becomes visible. The remaining items on top should be made invisible.
My PropertyTester that I have
Right now the PropertyTester for this is never call. Can I still use core-expression
for this or all I need to do just show or hide the items on the handler itself ?
Upvotes: 0
Views: 124