Closed suravi-r closed 1 year ago
@suravi-r this widget automatically hides the scrollbars when the table fit the screen.
Oh okay, perfect! Is there anyway I could enable only one of the scrolling? Like I just need it to scroll horizontally (Y) if the number of columns is large
@suravi-r In that case use the customtkinter scrollframe. Ctkxyframe hides the scrollbars dynamically.
oh okay, thank you so much!
Hi, I have multiple tables on my UI and the size of the table is all different. Does anyone know how to use the scrollable frame ONLY when the table can't "fit" in the original frame? I'm using the Table widget you created btw!