Skip to content

CTk Scrollable Frame

Lasha Kandelaki edited this page May 7, 2026 · 2 revisions

CTkScrollableFrame

Container with a built-in scrollbar. Children that exceed the visible area become scrollable.

Wraps customtkinter.CTkScrollableFrame.

Properties

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 alsoWidgets · CTkFrame · CustomTkinter docs

Clone this wiki locally