Phil Roberts wrote:

> Yeah, and the surrounding groupbox, and the surrounding frame just 
> to be sure. It didn't seem to make any difference.
> 
> Here's the code I was left with after I gave up for the night:
> http://www.flatnet.net/ruby/table.html

Try replacing the FXTable construction line with this:

     @table = FXTable.new(inputGroup, 6, 2, nil, 0,
         FRAME_NONE|LAYOUT_SIDE_LEFT|HSCROLLER_NEVER|VSCROLLER_NEVER,
         0, 0, 0, 0, 0, 0, 0, 0)

and see if this is the effect you're going for.

Hope this helps,

Lyle