CTkTable
CTkTable copied to clipboard
How to create rounded corners only in the top left and top right corners?
As mentioned in the title, I want to be able to control where the fillet is, instead of the default corners are now filled。
Here are the results of my current program(Upper left and lower right corners rounded)。
values = ['通道 1', '通道 2', '通道 3', '通道 4', '通道 5', '通道 6', '通道 7', '通道 8']
table_title = CTkTable(master=scrollable_form, values=[value])
table_title.pack(expand=True, fill="both")
@childeyouyu I guess it's a bug. I will fix it. Hope you are using the latest version.
I'm using v1.1 and I'll keep an eye on your progress and keep an update