Skip to main content

All Questions

Tagged with
0 votes
1 answer
903 views

Making a visible/invisible panel that resizes the main window

I wish to achieve an effect like common media players with an eq or tracklist panel that can be shown or less with a click. The main window should so automatically resize with the displayed content. I ...
user1649247's user avatar
7 votes
6 answers
7k views

WPF toggle panel visibility

I have two panels, only one should be visible at the same time. I change between them by clicking a button, one on each panel. Is there a nice way to do this in xaml without codebehind or viewmodel?
Karsten's user avatar
  • 8,125