Visual Studio 使用的是什么组件?
有谁知道这是什么组件吗? (扩展选项工具箱,我可以单击它,它会打开很多选项,我可以将其放在表单的左侧或右侧。)
我不认为它是树视图(或者是自定义的树视图) ?)。
如果没有这样的组件,我该如何实现呢?
Does anyone know what component this is? (The expanded option toolbox, where I can click on it and it opens a lot of options, I can put in the left side of the form or the right.)
I don't think it's a treeview (or is it a customized treeview?).
If there isn't such component, how can I implement it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了我想要的。它使用 WPF 应用程序,即“控件”选项卡上的“扩展器”组件。
I found what I wanted. Its using the WPF application, the component Expander, found on Controls tab.