Dipesh Samrāwat

Results 82 comments of Dipesh Samrāwat

@Guilherme-Mello Can you have sample reproducible code? It might be helpful to clarify it.

Currently there is no built in handle available to customize this problem in CustomTkinter. @TomSchimansky should take a look into this matter. Regards.

@RonTang That's great!

Enable `expand=True` in your `radio_frame`. It should be like: ``` Python radio_frame.pack(fill="both", expand=True, padx=20, pady=12) ```

Either make a sample reproducible code available or checkout the following for instant solution: https://github.com/Akascape/CTkScrollableDropdown Regards.

Although, this bug is known and need to be fixed by @TomSchimansky . But for instant fix, see the following thread: https://github.com/TomSchimansky/CustomTkinter/issues/2286#issue-2158676584

This might be system specific. Other approach to solve the problem could be trying different drawing methods. `CustomTkinter` uses different drawing methods for different operating systems. ``` Python preferred_drawing_method: str...

By default, `customtkinter` allows only one theme at a time. If you want to give multiple options to the user, create separate `json` files and then set them as theme...

`customtkinter` has different support for parameters. You can govern ~~`length`~~ using **`width`** argument instead. Helpful link: https://customtkinter.tomschimansky.com/documentation/widgets/progressbar

Yeah. It should be added to the customtkinter documention also. It's crucial part of the Tkinter. @TomSchimansky should look into this matter.