Akascape / CTkDesigner-Support

Support page for CTkDesigner - GUI design app for customtkinter
https://ko-fi.com/s/6fca1ae70f
Other
74 stars 0 forks source link

DataGrid? #9

Closed iLollek closed 5 months ago

iLollek commented 5 months ago

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

Akascape commented 5 months ago

@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.

iLollek commented 5 months ago

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?

iLollek commented 5 months ago

To Visualize what I mean:

yZHY7

Akascape commented 5 months ago

@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.

iLollek commented 5 months ago

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