SkillAgentSearch skills...

CTkXYFrame

A better scrollable frame for customtkinter.

Install / Use

/learn @Akascape/CTkXYFrame
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CTkXYFrame

A better scrollable frame for customtkinter!

Screenshot

Features

  • Both x and y scrollability at the same time
  • Proper mousewheel bindings
  • Dynamic scrollbars, hides automatically when reaches full size
  • Full customisability just like ctkscrollable frame

Installation

<img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/Akascape/CTkXYFrame?&color=white&label=Download%20Source%20Code&logo=Python&logoColor=yellow&style=for-the-badge" width="400">

Download the source code, paste the CTkXYFrame folder in the directory where your program is present.

Usage

import customtkinter
from CTkXYFrame import *

root = customtkinter.CTk()

xy_frame = CTkXYFrame(root)
xy_frame.pack()

root.mainloop()

All other methods and arguments of CTkScrollableFrame can be used with CTkXYFrame

View on GitHub
GitHub Stars67
CategoryDevelopment
Updated26d ago
Forks4

Languages

Python

Security Score

100/100

Audited on Mar 7, 2026

No findings