You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a CTkTable in a CTkScrollableFrame which is in a CTkTabview but I meet several issues. Here is a simpler version of my code, with all the problems, the default size of the window is the one I will keep in the future (I did not fix it here to show some problems) :
First one : I don't know how to modify the Table/ScrollableFrame height to fit this window size, I tried putting "height = ..." everywhere but it never changes it and I always end up with the button hidden below.
Second one : The width of the table change when I put it directly inside the window, based on the window size, but once I put it inside a ScrollableFrame, everything is messed up.
Third one : This may just be a feature that doesn't exist but when I scroll down the table, the header end up disappearing as I scroll down, is there a way like freeze in excel to always keep the header visible on top even when scrolling ?
The text was updated successfully, but these errors were encountered:
Hi,
I have a CTkTable in a CTkScrollableFrame which is in a CTkTabview but I meet several issues. Here is a simpler version of my code, with all the problems, the default size of the window is the one I will keep in the future (I did not fix it here to show some problems) :
First one : I don't know how to modify the Table/ScrollableFrame height to fit this window size, I tried putting "height = ..." everywhere but it never changes it and I always end up with the button hidden below.
Second one : The width of the table change when I put it directly inside the window, based on the window size, but once I put it inside a ScrollableFrame, everything is messed up.
Third one : This may just be a feature that doesn't exist but when I scroll down the table, the header end up disappearing as I scroll down, is there a way like freeze in excel to always keep the header visible on top even when scrolling ?
The text was updated successfully, but these errors were encountered: