-
-
Notifications
You must be signed in to change notification settings - Fork 0
CTk Scrollable Frame
Lasha Kandelaki edited this page May 7, 2026
·
2 revisions
Container with a built-in scrollbar. Children that exceed the visible area become scrollable.
Wraps customtkinter.CTkScrollableFrame.
| Group | Properties |
|---|---|
| Geometry |
x, y, width, height
|
| Rectangle |
corner_radius, border_width
|
| Colors |
fg_color, border_color, scrollbar_button_color, scrollbar_button_hover_color
|
| Scrollbar |
orientation (vertical / horizontal) |
| Label |
label_text, label_font, label_text_color, label_fg_color
|
| Children | drop widgets inside |
Exact set comes from the descriptor in
app/widgets/ctk_scrollable_frame.py.
See also — Widgets · CTkFrame · CustomTkinter docs