Skip to content

CTk Slider

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

CTkSlider

Numeric value selector — drag a knob along a bar.

Wraps customtkinter.CTkSlider.

Properties

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

Group Properties
Value Range from_, to, number_of_steps, initial value
Geometry x, y, width, height
Orientation horizontal / vertical
Rectangle track corner_radius, button corner_radius, button length (pill when > 0), border_width, border_color
Main Colors fg_color (track), progress_color, button_color, button_hover_color
Button Interaction state, hover effect

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


See alsoWidgets · CTkProgressBar · CustomTkinter docs

Clone this wiki locally