dragonwell
Programmer
This is two questions.
1. What is the difference between a CheckedListBox and a ListView in List mode with CheckBoxes set to true?
2. I need to create my own control that is like a CheckedListBox, but each item has a LinkLabel to the right of the text. What would be the best way to go about doing this? At first I though, "Oh - I'll just create a new class that inherits from CheckedListBoxItem and add in the LinkLabel." Unfortunately, there is no CheckListBoxItem class - you just add objects to it's itemcollection and indicate if you want them checked.
Thanks for any help.
dragonwell
![[pipe] [pipe] [pipe]](/data/assets/smilies/pipe.gif)
Share your knowledge! -
1. What is the difference between a CheckedListBox and a ListView in List mode with CheckBoxes set to true?
2. I need to create my own control that is like a CheckedListBox, but each item has a LinkLabel to the right of the text. What would be the best way to go about doing this? At first I though, "Oh - I'll just create a new class that inherits from CheckedListBoxItem and add in the LinkLabel." Unfortunately, there is no CheckListBoxItem class - you just add objects to it's itemcollection and indicate if you want them checked.
Thanks for any help.
dragonwell
![[pipe] [pipe] [pipe]](/data/assets/smilies/pipe.gif)
Share your knowledge! -