Akascape/CTkDesigner-Support

DataGrid?

Closed this issue · 6 comments

DataGrid?

Greetings!

I've been using your Designer for quite some while now, and I think it's amazing.

Since you make your own customtkinter widgets, I was asking if its possible for you to add something like a "DataGrid" in WPF?

Unbenannt

@iLollek We have CTkTable where we can make it editable using write=1 parameter. There is another good widget called tksheet, but it's not ctk based but can be implemented in the application manually.

Alright, that's what I thought too (CTkTable looks interesting.)

However, how would I go if I, for example, want to add a ProgressBar somewhere in my DataGrid (instead of just some Text), or any other CTk Element, would this only be possible using the tksheet?

To Visualize what I mean:

yZHY7

@iLollek Possible but needs some manual work. I guess tksheet can store any class in the cell, so we can add a progressbar in it.

Great, thank you for your support.

It would be great if you would be able to migrate tksheet into a customtkinter element somehow? I'm really impressed from what you've done up until now.

For me, this Issue is done, you can close it if you want.

Greetings, iLollek