in reply to Re: Tk::Canvas too wide for MainWindow
in thread Tk::Canvas too wide for MainWindow
Oops. I apparently Super-Searched poorly. Thanks for the pointer to Re: A Canvas and a Scrollbar with Tk. Per Re: Re: Re: TK Scrollbars not working correctly, I got the scrollbar working properly by adding the following: $c->configure(-scrollregion => [ $c->bbox('all') ]);
|
|---|