开发者

Is there a WPF show/hide panel component?

开发者 https://www.devze.com 2022-12-27 19:28 出处:网络
I\'m looking for a show/hide component, much like the toolbox 开发者_高级运维from VS2010 and eclipse\'s panels when something is maximized. Could anybody please point me out?

I'm looking for a show/hide component, much like the toolbox 开发者_高级运维from VS2010 and eclipse's panels when something is maximized. Could anybody please point me out?

Thanks in advance


Try:

WPF Docking Library


Try WPF Expande Control:

<Expander>
  Content
</Expander>
0

精彩评论

暂无评论...
验证码 换一张
取 消