Skip to content

CTk Textbox

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

CTkTextbox

Multi-line text box with optional scrollbar.

Wraps customtkinter.CTkTextbox.

Properties

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

Group Properties
Content initial text, scrollbar toggle
Text font, wrap (none / char / word), text_color
Geometry x, y, width, height
Rectangle corner_radius, border_width, border_color, inner padding
Main Colors fg_color, scrollbar_button_color, scrollbar_button_hover_color
Button Interaction state (normal / readonly / disabled)

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


See alsoWidgets · CTkEntry · CustomTkinter docs

Clone this wiki locally