Akascape / CTkListbox

A simple listbox for customtkinter (extenstion/add-on)
MIT License
130 stars 14 forks source link

How to change height of listbox #41

Closed BhagyaJyoti22006 closed 6 months ago

BhagyaJyoti22006 commented 6 months ago

Width is easiliy changeable by .configure(width=...)

But height is not changing. I want the height of the scrollableframe to be modifiable, how shall I achieve this?

Akascape commented 6 months ago

https://github.com/Akascape/CTkListbox/issues/19

Akascape commented 4 months ago

@BhagyaJyoti22006 Fixed