My context menu have so many items that i need a slider bar to control it, but i did’t find any function could do this. How could i do?
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.
Menus don’t have scrollbars. The style and behavior of (context) menus is defined by OS X, Windows, KDE/Gnome etc., and to my knowledge none of them include scrollbars. Sometimes the menu wraps if it doesn’t fit the screen, which is already annoying. Scrollbars in a context menu would be even more unusable.
A context menu is just not the right place for such a huge amount of items, and you should redesign your application accordingly.