Click here to Skip to main content
15,923,087 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I looked around on google and couldn't find anything that meets my needs. I want a CheckListBox that looks and acts just like the Winforms CheckListBox. Does anyone have anything like this? It can't be something i have to buy.

I already know about the two articles here on CP, but being the lazy programmer I am, I don't want to have to modify something else if I can at all avoid it.
Posted
Comments
TheyCallMeMrJames 16-Aug-11 15:42pm    
John, that is an epic request: something free and easy. For me, that seems to be a recurring theme lol...
#realJSOP 16-Aug-11 15:50pm    
Those are the kinds of requests I make. :)

Extended WPF Toolkit contains CheckListBox, take a look
Extended WPF Toolkit CheckListBox[^].
 
Share this answer
 
Comments
#realJSOP 16-Aug-11 15:49pm    
Cool. I don't have the extended toolkit at work. It looks like it might do.
This might work for you...very little code:
http://merill.net/2009/10/wpf-checked-listbox/[^]

Not sure if it'll do what you're looking for (depth of WinForms) but it might be close.

Cheers.
 
Share this answer
 
Comments
#realJSOP 16-Aug-11 15:48pm    
Blocked at work. :/

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900