I want to Implement special button and i don't know even how to start with this.
I want my Button
's content property to be: Play
. When clicking on it, I want 2 other Buttons
to pop up in the left and in the right sides: Single Play
and Parallel Play
After a lot of discussion, here is the result to solve this problem:
xaml:
C# to set the 2 sides button visible.
And the c# code to permit the fade in/fade out. It comes from WPF Fade Animation so props to Anvaka, not to me.