LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Radio Button Group

How do I create a multi column radio button group?

 

If I add a second column, there are no radio buttons associated with the text.

0 Kudos
Message 1 of 3
(3,571 Views)
I don't thinkyou'll be able to use the radio button group control for something like that which is what I assume you're trying to do.  Instead, you'll have to make the radio controls individually, possibly using text message controls to create extra labels if needed, and use callback functions to get them to behave the way you want.
0 Kudos
Message 2 of 3
(3,541 Views)

I'm not sure if I understand exactly what you want, but try the attached program. Since the radio group is just a custom control based on the tree control, you can add columns to the tree control.

 

Hope this helps,

 

- jared

0 Kudos
Message 3 of 3
(3,526 Views)