Hi!
I am trying to make a backward navigation feature with SpiltButton. It consists of a backward navigation button and a dropdown menu. How can I disable the backward navigation button or dropdown menu separately.
Hi!
I am trying to make a backward navigation feature with SpiltButton. It consists of a backward navigation button and a dropdown menu. How can I disable the backward navigation button or dropdown menu separately.
The ribbon:SplitButton control uses its Command property to determine if the button portion is enabled. The popup portion of the SplitButton can use the PopupCommand property to determine if it is enabled. The results of the commands' can-executes determine enabled state.
Note that SplitButton.AutoDisableWhenPopupContentIsDisabled may also disable the popup portion when all items on the PopupContent are disabled.
Please log in to a validated account to post comments.