From Matthias Meier@21:1/5 to All on Wed Jul 26 09:09:15 2023
Hi all!
I would like to build (since i haven't found a ready to use package) a text-widget with dynamic scrollbars.
I want to get the scrollbars only, when the text within the text-widget is larger then the visible part of the widget.
I thought it would be a good idea to use "scrollutil" for, instead building it from scratch.
But either the scrollbars are shown when the toplevel gets smaller then the text-widget (not the text) or the scrollbars are shown never. (depending on -fitcontentwidth/-fitcontentheight)
Is it possible to archive this goal with the scrollutil-package or do i have to build a megawidget myself? (canvas+text+scrollbars)