ScrollablePane HorizontalScrollbar
Posted: Tue Aug 31, 2010 16:09
Hi,
I've an annoying problem with a scrollablepane - as soon as the content gets too high and the vertical scrollbar apprears it's also neccessary to scroll horizontally. It seems that the pane-contents are not resized because of the smaller inner-pane-width (that is reduced by the verticalscrollbar-width). The pane-contents are a verticallayoutcontainer that owns some windows with width = UDim(1,0) ... I've already tried to call layout() in the layoutcontainer after its childs are added but no success.
Thanks for any advice
rob
I've an annoying problem with a scrollablepane - as soon as the content gets too high and the vertical scrollbar apprears it's also neccessary to scroll horizontally. It seems that the pane-contents are not resized because of the smaller inner-pane-width (that is reduced by the verticalscrollbar-width). The pane-contents are a verticallayoutcontainer that owns some windows with width = UDim(1,0) ... I've already tried to call layout() in the layoutcontainer after its childs are added but no success.
Thanks for any advice
rob