Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When applying something using place in CTkScrollableFrame, nothing show up. #2667

Open
Hu63Dovella opened this issue Dec 24, 2024 · 2 comments

Comments

@Hu63Dovella
Copy link

I am writing a programme that will rely on place, but the problem is when I put in a scrollable frame, the text won't show up.

config_choose_scrollable_frame = customtkinter.CTkScrollableFrame(ui_frame, corner_radius=0, fg_color="transparent", width=685, height=385)

customtkinter.CTkLabel(config_choose_scrollable_frame, text="Label").place(x=25, y=20)

When I replace "place" to "grid", it shows up, but I must put place. Any fix to the problem?

@Hu63Dovella
Copy link
Author

Off topic but: When I put a widget, overlapping many others, which the background is truly transparent, it disappears all behind the widget. Objective: Add a feature which the background is truly transparent and won't affect other widgets behind.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@Hu63Dovella and others