In XAML, I have a button that is already bound to a path “HasWritePermission” on it’s visibility tag. Is it possible to add another path on the same tag? Say I want to hide the button completely based on some logic.
To give this some context, the button is a delete button that should not be visible if a given list is empty
Have a look at multi binding