自定义控件列表
我想显示自定义控件的列表。如何选择它们并拥有垂直滚动条?
关于使用什么控件有什么想法吗? (Windows 窗体 或 DevExpress。)
I want to display a list of custom controls. How do I select them and have a vertical scrollbar?
Any ideas of what control to use? (Windows Forms or DevExpress.)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请查看 XtraLayoutControl。它允许最终用户在运行时自定义表单的布局,并在以后保存和加载它。此外,当layotControl 处于自定义模式时,它允许最终用户选择一个控件。
Please take a look at the XtraLayoutControl. It allows the end-user to customize the form's layout in runtime, preserve and load it later. Also, it allows the end-user to select a control when the layotControl is in the customization mode.