question with chklistbox
-
hi to all is it possible with check list box that selection mode property set to multi extended if is possible than please tell me how can i do that and if not possible then should i go for a custom control in that it is possible. any help is highly appreciated thanks help everyone
-
hi to all is it possible with check list box that selection mode property set to multi extended if is possible than please tell me how can i do that and if not possible then should i go for a custom control in that it is possible. any help is highly appreciated thanks help everyone
-
eyes2007 wrote:
is it possible with check list box that selection mode property set to multi extended
No it's Not ! only ListBox Control Support this Property !
AliAmjad(MCP) First make it Run THEN make it Run Fast.
thanks for your fast reply. i am thinking about to make one, should i go for it. one more question why should microsoft has to make two different controls like checklistbox and listbox. why not they provide the checkbox fecility in the same control by making it a property. i am thinking about the reason behind it but i can't find the answer if some body knows then please tell me. again thanks help everyone
-
thanks for your fast reply. i am thinking about to make one, should i go for it. one more question why should microsoft has to make two different controls like checklistbox and listbox. why not they provide the checkbox fecility in the same control by making it a property. i am thinking about the reason behind it but i can't find the answer if some body knows then please tell me. again thanks help everyone
eyes2007 wrote:
i am thinking about to make one, should i go for it.
Entirely depends on your requirements did you search Code Project first for this and then Google because it gonna take allot of your time.
eyes2007 wrote:
why should microsoft has to make two different controls like checklistbox and listbox.
Because both of these controls are for different requirements and one has advantage over the other e.g. you can't bind data to the CheckedListBox control for this you have to use either ComboBox or Listbox and also not support for Multi Selection whereas in ListBox Control you can't display a Checkbox besides every item. Hope it helps !
AliAmjad(MCP) First make it Run THEN make it Run Fast.