TomSchimansky / CustomTkinter

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

Fixed: Scrollbar Covers The Borders In ScrollableFrame #2548

Open dipeshSam opened 3 months ago

dipeshSam commented 3 months ago

First the issue appeared in https://github.com/TomSchimansky/CustomTkinter/issues/2542. I provided the solution on as https://github.com/TomSchimansky/CustomTkinter/issues/2542#issuecomment-2295239302. More enhanced form of the solution code is pulled.

Problem View: Scrollbar_Before

Solved View: Scrollbar_After