문제

I am currently working on a C# wpf project. What I was looking for is a GUI control that can have other GUI controls inside but are hidden and when the user clicks on the GUI control it then expands the panel to reveal the hidden GUI components. I have seen other programs but I can't find anything like that in C#.

Thanks for any help you can provide.

도움이 되었습니까?

해결책

You're probably looking for the <Expander ... /> control.

This tutorial has a few pictures.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top