Skip to content

Horizontal Layout

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

Horizontal Layout

A CTkFrame palette preset with layout_type = hbox. Children are arranged in a row and the frame manages their geometry.

Wraps customtkinter.CTkFrame.

Properties

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 alsoCTkFrame · Vertical Layout · Grid Layout

Clone this wiki locally