[Q] How to #spaceFill a ScrollPane ?

Ned Konz ned at bike-nomad.com
Wed Aug 20 19:25:26 UTC 2003


On Wednesday 20 August 2003 11:36 am, Martin Drautzburg wrote:
> How can I embed a ScrollPane in a SystemWindow so it fill it ?
>
> I have a ScrollPane and I want to put it in a SystemWindow (or
> somewhere) so it always fills the SystemWindow. If I give it a
> TableLayout the scrollbar is displayed at below the pane instead to
> the right. I can change this by changing the listDirectrion but it
> still won't resize when the owner is resized.
>
> Changing the SystemWindow's layout from proportional to table make
> the Window title disappear.

myWindow addMorph: myScrollPane frame: (0 at 0 corner: 1 at 1).

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE



More information about the Squeak-dev mailing list