PJay Jagnas
PJay Jagnas
I know that you would say "why can't you just use the tkinter Entry". Well I like the border radius in custom tkinter where the tkinter entry doesn't have that...
Please add a binding which will select items by first letter when you press a keyboard button. If a user type faster example: In 1 sec the user can type...
``` import pandas as pd from customtkinter import CTk, CTkEntry, CTkButton from tksheet import Sheet from tkinter import TOP, BOTH, X # Sample data Check = pd.DataFrame([' ']) sample_data =...
Sir, Is is possible to make like a Computer Desktop Style with this ? I don't know where to start. I want to make a CTK act like a Computer...
Is it possible for CTkScrollableDropdown to automatically reposition itself above the button when there isn’t enough space below to display it? like for example: Normal Dropdown:  Dropdown not visible...
Hi! I’d like to ask if this issue is related to CustomTkinter or if my hardware device is struggling to handle simultaneous widget redraws. I’m using a tksheet table, and...
Can we add a functionality that sort the column when you clicked the header ? ``` import pandas as pd from tksheet import Sheet from customtkinter import CTk from tkinter...