Open limafresh opened 2 months ago
@l1mafresh Use CTkScrollableDropdownFrame instead of CTkScrollableDropdown (Toplevel)
CTkScrollableDropdown
I already tried changing it to CTkScrollableDropdownFrame. The result - with CTkScrollableDropdown at least the text on the CTkCombobox was visible, and with CTkScrollableDropdownFrame - only an empty combobox with no text on it.
@l1mafresh Can you provide a full example which I can test?
@l1mafresh Can you provide a full example which I can test?
with CTkScrollableDropdown with CTkScrollableDropdownFrame
Download code with CTkScrollableDropdown: Brushshe.zip
I inserted CTkScrollableDropdown on CTkCombobox where there are many items, and now this Combobox stops opening. It's a pity that this is so, the project is useful and I wanted to apply it to my project "Brushshe" (in my repository).
The Combobox itself is there, but I can't expand its items.