TomSchimansky / CustomTkinter

A modern and customizable python UI-library based on Tkinter
MIT License
10.8k stars 1.03k forks source link

How can I use Label Frame in CTK #2348

Open Yuniek opened 3 months ago

Yuniek commented 3 months ago

I was redesigning my old software with customtkinter, originally made with tkinter. Label Frame had an important role in my software but in customtkinter, there is not any CTklabelframe. If anybody has a solution please let me know.

sidhantsambyal commented 2 months ago

Use labelframe from tkinter and rest of objects from ctk, It will work