WinForms name chooser
        Posted  
        
            by PavelR
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by PavelR
        
        
        
        Published on 2010-04-05T21:13:19Z
        Indexed on 
            2010/04/05
            21:43 UTC
        
        
        Read the original article
        Hit count: 593
        
winforms
I have a set of names (first, last, salutation) and need a control to allow users to select a single name using WinForms. A ComboBox works fine if the there are ~20 names, but not so well when there are >100 names.
Can anyone recommend a name picker? Perhaps an address book control that I could customize? It's not too hard to write my own, but I have other wheels to invent.
© Stack Overflow or respective owner