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