在 WinForms 中使用 ASP.NET 的 RadioButtonList 功能有哪些选择?
这种类型的控件只能在第三方库中使用吗? 有人实现了开源版本吗?
Is this type of control only available in a 3rd-party library? Has someone implemented an open source version?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信您可以在网格中包含单选按钮,尽管这比需要的更麻烦。
另外,我认为制作自己的控件来使用流程布局面板动态创建单选按钮并不困难。
I believe you can include radio buttons in a grid, though that's more cumbersome than it needs to be.
Also, I don't think it'd be that hard to make your own control that creates the radio buttons dynamically using a flowlayout panel.