I need to replace the standard Overflow function in a ToolStrip to a ‘More…’ button which would then pop up a menu with the overflowed items. Does anyone have any ideas about how to accomplish this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I wrote something very similar to this awhile ago. The code I used is pasted below, and you are free to modify it to suit your needs.
The ToolStripCustomiseMenuItem is basically your ‘More’ button that populates a DropDown Context Menu when clicked. Hope this helps you, at the very least this should be a good starting point…