Let me clarify, I am want to have multiple columns per line in the
combobox.
> I am using VB.NET 2.0, and I am having a trouble of time making the
> menustrips combobox act how I want. What I am shooting for is instead
[quoted text clipped - 5 lines]
>
> Thanks!
Jared - 27 Feb 2007 15:34 GMT
You can use an event and display your own control. The event is DropDown.
Replace it with code that will display your own grid control next to the
dropdown and then add code to handle events when the selection is changed.
> Let me clarify, I am want to have multiple columns per line in the
> combobox.
[quoted text clipped - 8 lines]
>>
>> Thanks!