Hi
I'm trying to use the ComboBox control inside a div that is hidden by default (display:none), the problem is that the ComboBox isn't displayed properly when the div is displayed.
The button with the down arrow is displayed as a small dot (as a 1x1 px button) and the list of elements is also 1x1 px, therefore I'm unable to use it.
The same code works fine when the container div is displayed when the page loads. I've tried hiding the div after the page loads, but the problem persists.
Cheers
Comments: [C# Combobox Control](http://www.kettic.com/winforms_ui/multi_column_combobox.shtml)
I'm trying to use the ComboBox control inside a div that is hidden by default (display:none), the problem is that the ComboBox isn't displayed properly when the div is displayed.
The button with the down arrow is displayed as a small dot (as a 1x1 px button) and the list of elements is also 1x1 px, therefore I'm unable to use it.
The same code works fine when the container div is displayed when the page loads. I've tried hiding the div after the page loads, but the problem persists.
Cheers
Comments: [C# Combobox Control](http://www.kettic.com/winforms_ui/multi_column_combobox.shtml)