Instead of disabling the button which happens automatically, i would like to hide (or rather collapse the visibility of) the button.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You could use a Style and Triggers, assuming that the command is in charge of setting the Button enabled/disabled:
Note that you can define this Style at a higher scope and share it - I just put it right with the Button for a more compressed example. |
|||
|
|
|
Use the |
|||
|