在WinForms中使用ASP.NET的RadioButtonList功能有什么选择?

时间:2021-03-04 15:53:22

Is this type of control only available in a 3rd-party library? Has someone implemented an open source version?

此类控件仅在第三方库中可用吗?有人实施了开源版本吗?

1 个解决方案

#1


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.

另外,我认为使用flowlayout面板动态创建单选按钮并不难。

#1


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.

另外,我认为使用flowlayout面板动态创建单选按钮并不难。