how can i get full view of items in combo box?
-
I have combobox and in this combox there is lots of customer name. the customer name may be in 5 character or 100 or more than it. I want to view all customer name fully while clicking the arrow of combobox .I dont want to increase the length of combobox in design page.bcoz it looks odd and it take too much space. I want in run time if user click the arrow of combobox the lenght of combo box will increase automaticaly.If user move out the mouse from combo box then it will automaticaly revert back to actual size which is made in design page... Can any one suggest me what can i do this in c# with regards tarak
-
I have combobox and in this combox there is lots of customer name. the customer name may be in 5 character or 100 or more than it. I want to view all customer name fully while clicking the arrow of combobox .I dont want to increase the length of combobox in design page.bcoz it looks odd and it take too much space. I want in run time if user click the arrow of combobox the lenght of combo box will increase automaticaly.If user move out the mouse from combo box then it will automaticaly revert back to actual size which is made in design page... Can any one suggest me what can i do this in c# with regards tarak