I'm currently working on this project and was wondering is there a way to resize all the children widgets present inside the parent widget when the user maximize the parent widget root
, I know about .grid_rowconfigure()
and .grid_columnconfigure()
, but using these methods isn't changing the fontsize/actual size of my widgets.
I would like to know if there's a way to bind the maximize button
present on the top right conner of the parent widget.
Thank you.