TomSchimansky / CustomTkinter

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

CTkFrame stuttering on window size changing #2617

Open Artab07 opened 1 month ago

Artab07 commented 1 month ago

CTkframe Stuttering

@TomSchimansky

When I'm scrolling up down CTkframe is stuttering also when I change the window from full screen to small screen or small screen to full screen it's also stuttering.

https://github.com/user-attachments/assets/83b87267-9750-414f-9850-88466405b8e5

MaxNiark commented 1 week ago

yeah, dat becuz a lot of widget are call for a resizing.

Leave some widget x) same issue with 500 widget tkinter basic x)

MaxNiark commented 1 week ago

another way will to place black frame, and leave after the resizing.

hope for fast operation x)

Artab07 commented 1 week ago

@MaxNiark can you please elaborate how can i fix it , didn't understand though :)