Unable to identify dropdown press event in splitbutton

Ribbon for WPF Forum

Posted 4 months ago by Surendra Mudragada
Version: 23.1.0
Avatar

I have created a split button in my application, now creating triggers to change the background color of each of the buttons inside split button whenever user presses them.

I was able to successfully implement for the normal button on the left hand side but for the right hand side button i am not getting the IsPressed property set to true even on pressing it, 

could you please help

Comments (1)

Posted 4 months ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hello,

IsPressed will only fire for the button portion of the ribbon:SplitButton control.  When the arrow part is pressed, the IsPopupOpen property will be set to true and the SplitButton.PopupCommand will execute.


Actipro Software Support

The latest build of this product (v23.1.3) was released 13 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.