-
-
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.
Groups appear in the panel in Content → Layout → Visual → Behavior order.
| Group | Properties |
|---|---|
| Label |
label_text, alignment, label_font, label_text_color, label_fg_color
|
| Geometry |
x, y, width, height
|
| Rectangle |
corner_radius, border_width, border_color
|
| Main Colors | fg_color |
| Scrollbar |
orientation (init-only), scrollbar_button_color, scrollbar_button_hover_color
|
| Layout | child spacing (orientation-driven) |
Exact set comes from the descriptor in
app/widgets/ctk_scrollable_frame.py.
See also — Widgets · CTkFrame · CustomTkinter docs