Re: [Fxruby-users] Frames not obeying width/height?
Status: Inactive
Brought to you by:
lyle
From: Sander J. <sx...@cf...> - 2003-12-15 14:49:45
|
Probably not since Scrollframes (like a iconlist) have a default width of= 1. =09Sander On Monday 15 December 2003 12:04 am, Carl Youngblood wrote: > >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 y= ou > > 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 |