Re: [Fxruby-users] Frames not obeying width/height?
Status: Inactive
Brought to you by:
lyle
From: Carl Y. <ca...@yo...> - 2003-12-15 06:04:05
|
>What you probably want: > >Left Frame - needs to take up as much space as possible - > >LAYOUT_FILL_X|LAYOUT_FILL_Y > >Right Frame - Only needs to take up space that it requires, though we want to >take as much height as there is -> LAYOUT_FILL_Y > >Now... the size of the right frame is determined by its contents. If you don't >put anything in there the width will be 1. So make sure if you test it, you >put something in there (like a button for example). > > > I tested it with another frame inside the right frame, which had a list control inside of it. Does this count? Thanks for the info. Carl |