Skip to content

CTk Progress Bar

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

CTkProgressBar

Horizontal or vertical progress bar — determinate or indeterminate.

Wraps customtkinter.CTkProgressBar.

Properties

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

Group Properties
Progress orientation (horizontal / vertical), initial fill ratio (0.0–1.0), mode
Geometry x, y, width, height
Rectangle corner_radius, border_width, border_color
Main Colors fg_color (track), progress_color (fill)

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


See alsoWidgets · CTkSlider · CustomTkinter docs

Clone this wiki locally