Cromwell1963
Cromwell1963
With regard to the CTkSwitch, CTkRadioButton & CTkCheckBox; is there any way to have the label show on the left of the widget rather than the right? thanks karl
Hi, I have been using a number of frames with frames. When I set the colour, the frame is not displayed quite as expected. I wonder if there is some...
I have created a ScrolledFrame, in an existing frame, as follows: ``` self.scrolling_frame = ScrolledFrame(self.data_frame, padding=0) self.scrolling_frame.grid(row=3, column=0, padx=10, pady=10, sticky="nswe") ``` The ScrolledFrame mostly resizes and works perfectly, however,...
### Is your feature request related to a problem? Please describe. It would be helpful if the scrolled frame had the option to scroll on the y-axis. ### Describe the...