Limit Number of Options in OptionMenu
I have an OptionMenu that has over 50 options in it, When you click the drop down, it displays all (or at least from the bottom to the top of the screen) of the options, I think this looks really ugly. I looked around and didn't see a simple way to limit the number of options shown at once to a certain number (then scroll to cycle through the rest of the options). Is there some simple solution to this I am missing? Or do I have to go and make a custom widget (possibly has OptionMenu as a super class?). Thanks
I don't think it's possible with built-in methods. But you can assign a new option menu for each certain number.
Thanks, I'll be looking more into it soon.
@JungleDifferential @duruburak Try this scrollable dropdown menu: https://github.com/Akascape/CTkScrollableDropdown
It is very easy to add this in the optionmenu.