Dynamically create radiobuttons under the group header that can span to N - number of groups
WPF
3
Posts
3
Posters
0
Views
1
Watching
-
How to create radio buttons dynamically as shown below in WPF Group1 Group2 . . . . . GroupN A 1 B 2 C 3 . . . . . N
-
How to create radio buttons dynamically as shown below in WPF Group1 Group2 . . . . . GroupN A 1 B 2 C 3 . . . . . N
Id proberbly use a DataTable or a ListView for this, but there are also other more cumbersome possibilities: WPF-Drawing Canvas Control[^]
-
How to create radio buttons dynamically as shown below in WPF Group1 Group2 . . . . . GroupN A 1 B 2 C 3 . . . . . N
Host your groups and radio buttons in a collection control, datagrid, listview, treeview, itemscontainer and bind the itemssource to your underlying collection. Limit n to a workable number.
Never underestimate the power of human stupidity RAH