Reputation: 6451
in Delphi there's action list , what's the equivalent to it in C# 3 winforms application
I searched a lot but didn't find any proper way
Upvotes: 8
Views: 2331
Reputation: 612993
There is no equivalent in WinForms. This is one of the most common complaints when a Delphi developer switches to WinForms.
There are various third party options but I have no personal experience with which to make a recommendation. You could take a look at this for starters: http://www.codeproject.com/KB/miscctrl/actionlist.aspx
Upvotes: 6