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

Group Properties
Geometry x, y, width, height
Rectangle corner_radius, border_width
Orientation horizontal / vertical
Mode determinate / indeterminate
Value value (0.0–1.0)
Colors fg_color, progress_color, border_color

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


See alsoWidgets · CTkSlider · CustomTkinter docs

Clone this wiki locally