Right, my mistake - that would only work if the ScrollPane contained the
BoxPane, not the other way around. TablePane is definitely the way to go here.
On May 6, 2010, at 8:59 AM, Dirk Möbius wrote:
> Sorry, no it doesn't. See attached screenshot. I used the following:
>
> <BoxPane orientation="vertical" styles="{backgroundColor:'#00FF00',
> padding:4, fill:true}">
> ...
> <ScrollPane verticalScrollBarPolicy="fill_to_capacity"
> horizontalScrollBarPolicy="fill">
>
>
> Regards,
> Dirk.
>
>
> Greg Brown <[email protected]> wrote:
>
>> FWIW, the BoxPane approach should work, but you also need
>> horizontalScrollBarPolicy="fill" on your ScrollPane.
>>
>> On May 6, 2010, at 4:45 AM, [email protected] wrote:
>>
>>> Ah, I see.
>>>
>>> Thank you very much!
>
>
> <screenshot.png>