8000 GitHub - Akascape/CTkXYFrame: A better scrollable frame for customtkinter.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Akascape/CTkXYFrame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

GitHub repo size

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

About

A better scrollable frame for customtkinter.

Topics

54A5

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages

0