I'm trying to create a Composite containing FlowLayout inside a ScrolledComposite so that the Composite inherits its width from the ScrolledComposite but grows in height dynamically. I've searched some snippets but I'm not getting them to work; I can only get it to grow in width which is not desirable.
What I'm trying to do is to create a View containing a bunch of thumbnails to fill the window/surrounding composite in width and scroll in height.