http://www.perlmonks.org?node_id=1218565


in reply to Tk::grid -sticky option not stretching frames

Youre using grid when you want pack?
  • Comment on Re: Tk::grid -sticky option not stretching frames

Replies are listed 'Best First'.
Re^2: Tk::grid -sticky option not stretching frames
by boleary (Scribe) on Jul 16, 2018 at 12:36 UTC

    I want to use grid, but the grid(-sticky=>'nsew') option which is supposed to subsume the combined role of pack(-expand=>1, -fill=>'both') does not seem to work for me

      :) You said: I have a solution, but I want to use something else, Am I missing something silly? Think about it. Use the solution. Duh!