Y
Y. Sivaram
Hi All,
Could you please give me some ideas regarding the questions below?
1) Is there any fast method to add items to the combo box with value member
and display member without setting data source. The problems in this method
is it makes the control flicker and very slow as well?
2) Currently to workaround I am padding the display member to 50 charcters
(its maxmimum length) and then adding the value member so that it will not
be shown in the drop down box. Then once the user selected the value, I take
a substring and get the value member. Is there any problems in this method
other than this padding and trimming hassle
3) Is there any way to set the width and height (number of items shown) in a
combox box
Best Regards,
Y. Sivaram
Could you please give me some ideas regarding the questions below?
1) Is there any fast method to add items to the combo box with value member
and display member without setting data source. The problems in this method
is it makes the control flicker and very slow as well?
2) Currently to workaround I am padding the display member to 50 charcters
(its maxmimum length) and then adding the value member so that it will not
be shown in the drop down box. Then once the user selected the value, I take
a substring and get the value member. Is there any problems in this method
other than this padding and trimming hassle
3) Is there any way to set the width and height (number of items shown) in a
combox box
Best Regards,
Y. Sivaram