vote up 1 vote down star

Hello all.

I'm trying to show a large image inside of a ScrollPanel. The ScrollPanel is one of the tabs of a TabPanel. All this is inside of a VerticalSplitPanel.

I expected to have the ScrollPanel doing the scrolling but instead is the VerticalSplitPanel that has the scrollbars.

Can anybody help me achieve the desired behavior.

Thanks.

alt text

flag

1 Answer

vote up 3 vote down check

My guess is, because I don't know what your css and/or code looks, that the ScrollPanel doesn't have a fixed height, and expands with the content in height. The VerticalSplitPanel probably has a fixed height (or due to its context gets a fixed height), and gets the scrollbar. In such a case, setting a height on the ScollBar will probably fix it.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.