Windows Develop Bookmark and Share   
 index > Windows Forms General > RadioButtonList
 

RadioButtonList

It's easy enough to make your own, but I still think it would be nice to see a RadioButtonList control with WindowsForms in the future.  WebForms has one, so why not just make the two even closer to having the same controls?

btw, thanx for this new section!
MigrationUser 1  Wednesday, February 05, 2003 6:58 PM
Isn't thi just a regular ListBox?  The cool thing about a CheckedListBox is multiselection.  But radio buttons are for single selection.  A ListBox is the same paradigm.  

Are you looking for this because you like the radio button UI better?

 - mike
MigrationUser 1  Wednesday, February 12, 2003 6:48 PM
sort of, yes...got used to it from using ASP.NET for a pretty long time.  Plus for people moving from ASP.NET to WindowsForms, it would be familiar
MigrationUser 1  Wednesday, February 12, 2003 7:29 PM
Let me drudge this up again.  I have been looking for the RadioButtonList control in Windows Forms but havn't found it, so I came looking here.  Anyways, we did an ASP.NET project last year which had a lot of RadioButtonLists and now we are working on a version of that product in Windows Forms.  The radio button UI is much nicer for us since we can have longer explanations by each of the radios and IMHO looks nicer on a form than a Listbox.  Unfortunately the DataBinding on regular radio buttons is much harder now since we can't just bind to our radio button index in the database.  I'll need to set the particular radio I want based on the value in the DB.  It's just a lot of extra work that was easy with RadioButtonList in ASP.NET.  
MigrationUser 1  Tuesday, January 20, 2004 3:16 PM
Hello I am new to all of this and I am wondering if you could expalin how to place the numbers under the radiobutton list instead of beside it in Visual Studio?

Example:

.  .  .  .  . 
1 2 3 4 5 ,

I have been having a heck of a time trying to figure it out and how to get it into the code.

Thank You for your Time, 
Sinerely,
SweetPea
MigrationUser 1  Friday, June 11, 2004 1:46 AM

You can use google to search for other answers

Custom Search

More Threads

• Disabling the drop down arrow on a combo box
• Adding image/icon to context menu
• Create a base maintenance form: design and implementation recomendations
• Highlighting the node under the mouse in a drag and drop operation
• Textbox on MDI Form. Strange Selection / Cursor Behaviour
• Need help with owner-draw layout based on system font
• Best way to create a list of custom controls?
• Display rss in a tool bar
• webbrowser session problem
• How to redraw the resize hander dotted box