Akascape / CTkXYFrame

A better scrollable frame for customtkinter.
MIT License
51 stars 4 forks source link

How to set Height Width of CTkXYFrame #6

Closed sunny9495-dev closed 11 months ago

sunny9495-dev commented 1 year ago

Hi @Akascape

I tried the place instead of pack but its not working

Here is the code I tried.

frm_cscan_widgets = CTkXYFrame(master=root, width=200, height=150) frm_cscan_widgets.place(x=10, y=140)

I see the width, height isn't working. Here is the screenshot

https://i.imgur.com/CJ5s6no.png

Any help would be appreciated.

Akascape commented 11 months ago

@sunny9495-dev Fixed now. update to the latest version.