T
tJ
I am searching for an example where a combobox is extended to contain
checkbox items. I've looked all day now, and so far the best links
are:
1) http://www.codeproject.com/useritem...100&forumid=421877&select=2100429&msg=2100429
and
2) http://www.codeproject.com/combobox/checkcombo.asp
The first CheckComboBox example is almost exactly right, except for
the fact that I'd like to keep the drop down list open while the user
checks items. At the moment it collapses after an item is selected :-
(
The second CheckCombo example is really old and written in C++ but the
way it functions is PERFECT.
Please could somebody enlighten me on how to get the DroppedDown
property for a combobox to stay true while checking items. Ideally,
the list should collapse only when the user clicks outside the control
or clicks the dropdown button.
Thanks in advance,
T
checkbox items. I've looked all day now, and so far the best links
are:
1) http://www.codeproject.com/useritem...100&forumid=421877&select=2100429&msg=2100429
and
2) http://www.codeproject.com/combobox/checkcombo.asp
The first CheckComboBox example is almost exactly right, except for
the fact that I'd like to keep the drop down list open while the user
checks items. At the moment it collapses after an item is selected :-
(
The second CheckCombo example is really old and written in C++ but the
way it functions is PERFECT.
Please could somebody enlighten me on how to get the DroppedDown
property for a combobox to stay true while checking items. Ideally,
the list should collapse only when the user clicks outside the control
or clicks the dropdown button.
Thanks in advance,
T