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

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

Clone this wiki locally