Hi all...
I'm still busy with my foray into C#.
I'd like to be able to extend a System.Windows.Forms.ComboBox to customise the way it looks. Can anyone please give me some guidance as to how to do the following:
1) Can I make the text-portion of the ComboBox invisible? So that only the dropdown arrow is visible. Then clicking on the dropdown arrow makes the list drop down (seemingly out of nowhere).
2) Can I customise what the dropdown arrow looks like? The standard arrow is too plain, and I'd like to create a sleeker look
I'm still busy with my foray into C#.
I'd like to be able to extend a System.Windows.Forms.ComboBox to customise the way it looks. Can anyone please give me some guidance as to how to do the following:
1) Can I make the text-portion of the ComboBox invisible? So that only the dropdown arrow is visible. Then clicking on the dropdown arrow makes the list drop down (seemingly out of nowhere).
2) Can I customise what the dropdown arrow looks like? The standard arrow is too plain, and I'd like to create a sleeker look