Notifications
Clear all

[Closed] dropdown list on dotnet control

 JHN

Hi,

I’m wondering what’s best for a dynamic dropdownlist in a dotnetcontrol, like a listview or any control for that matter.

Right now I use rcMenu as my dropdownlist, but I’d prefer a dotnet solution. Is there anything that can be used as dropdownmenu.

Thanks,
-Johan

4 Replies
1 Reply
(@denist)
Joined: 11 months ago

Posts: 0

check System.Windows.Forms.ComboBox

Hi Johan,

The dotnet equivalent of a dropdown control is a combobox. There is also the option of repalcing the rcmenu with a contextmenustrip.

dang, I am just too sloooow tonight!

 JHN

Ok, so a combobox can be a control in a subListItem?
And the toolstrip is a replacement for rcMenu right…

Thanks,
And Pete like me it’s probably way past your bedtime, cannot even think straight anymore.

-Johan