Sebastian Werner wrote:
> Nick Glencross schrieb:
>> Hi All!
>>
>>
>> What I've been trying to do is create a List which flexes to a maximum
>> size, and this works great. Ideally I'd like the List inside a GroupBox,
>> but is there any way of doing this? I read that flexing is provided by
>> th
Nick Glencross schrieb:
> Hi All!
>
>
> What I've been trying to do is create a List which flexes to a maximum
> size, and this works great. Ideally I'd like the List inside a GroupBox,
> but is there any way of doing this? I read that flexing is provided by
> the GridLayout, but since GroupBo
Try to give to the GroupBox a flex size, and to the list 100%, so that fills
its container.
Nick Glencross-2 wrote:
>
> Hi All!
>
>
> What I've been trying to do is create a List which flexes to a maximum
> size, and this works great. Ideally I'd like the List inside a GroupBox,
> but is th
Hi All!
What I've been trying to do is create a List which flexes to a maximum
size, and this works great. Ideally I'd like the List inside a GroupBox,
but is there any way of doing this? I read that flexing is provided by
the GridLayout, but since GroupBox inherits from CanvasLayout I don't