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