Hi,
does anyone know how to implement a radio button list box for windows application
If possible can provide sample codes
Thanks
Johnson
Visual C# Express Edition
Hi,
does anyone know how to implement a radio button list box for windows application
If possible can provide sample codes
Thanks
Johnson
You could also use a panel with radio buttons and allow it to scroll.
Just a suggestion
Hope this helps
Hi,
thanks i tried using this but then it doesnt suit .net Compact
i am developing a PDA application. any idea how do i have a radio button listbox
thanks
Johnson
Hi thanks for your reply.
i am currently using tis to populate my radio buttons but the prob i face is that if the radio text is too long, it will be truncated and it wont haf the word wrap feature. How do i implement word wrap feature
and if the text is wrapped to the next line, i will nd to position my next radio button lower at runtime which is rather tedious to calculate the position and height of the previous radio button.
any other suggestions or sample codes
Thanks
Johnson
Take a look at this:
http://blogs.msdn.com/jfoscoding/articles/478300.aspx
Hope this helps