-
Seems that .place() method does not work, i don't have any problem with .pack(). |
Beta Was this translation helpful? Give feedback.
Answered by
Akascape
Oct 29, 2024
Replies: 1 comment 1 reply
-
@Pie49 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Pie49
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Pie49
.place()
method is not usable in a scrollable frame, you can try with other widgets too.I recommend using
.grid()
or.pack()
method.