-
-
Notifications
You must be signed in to change notification settings - Fork 0
Vertical Layout
Lasha Kandelaki edited this page May 7, 2026
·
3 revisions
A
CTkFramepalette preset withlayout_type = vbox. Children are stacked vertically and the frame manages their geometry.
Wraps customtkinter.CTkFrame.
| Group | Properties |
|---|---|
| Geometry |
x, y, width, height
|
| Rectangle |
corner_radius, border_enabled, border_width, border_color
|
| Main Colors | fg_color |
| Layout |
layout_type, layout_spacing
|
Per-child hints (set on each member): stretch (fixed / fill / grow).
Exact set comes from the descriptor in
app/widgets/ctk_frame.py.
See also — CTkFrame · Horizontal Layout · Grid Layout