-
-
Notifications
You must be signed in to change notification settings - Fork 0
CTk Frame
Lasha Kandelaki edited this page May 7, 2026
·
2 revisions
Generic rectangular container. Accepts child widgets.
Wraps customtkinter.CTkFrame.
Groups appear in the panel in Layout → Visual → Behavior order (Frame has no Content fields).
| Group | Properties |
|---|---|
| Geometry |
x, y, width, height
|
| Rectangle |
corner_radius, border_width, border_color
|
| Main Colors | fg_color |
| Layout | children geometry manager (vbox / hbox / grid / place) |
For pre-configured layout managers, see Vertical Layout, Horizontal Layout, Grid Layout.
Exact set comes from the descriptor in
app/widgets/ctk_frame.py.
See also — Widgets · CTkScrollableFrame · CustomTkinter docs