Skip to content

CTk Combo Box

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

CTkComboBox

Drop-down list combined with an editable text field.

Wraps customtkinter.CTkComboBox.

Properties

Groups appear in the panel in Content → Layout → Visual → Behavior order.

Group Properties
Values values, default value
Text font, alignment, text_color
Geometry x, y, width, height
Rectangle corner_radius, border_width
Main Colors fg_color, button_color, button_hover_color
Dropdown Colors dropdown_fg_color, dropdown_hover_color, dropdown_text_color
Dropdown Layout popup geometry, dropdown_font, border
Button Interaction state, hover effect

Exact set comes from the descriptor in app/widgets/ctk_combo_box.py.


See alsoWidgets · CTkOptionMenu · CustomTkinter docs

Clone this wiki locally