Corak55
25-10-2014 15:48:29
Dear Orgeans,
I'd like to set up a kind of Textbox with a given height and width (let's say 200 x 400px). When the content extends the dimensions I'd like to have the Widget scrollable. One of my approaches was like this:
Whatever I tried, I wasn't able to link the Scrollbar with the content of the Widget. Any ideas or maybe a workaround?
Kind regards,
Corak
I'd like to set up a kind of Textbox with a given height and width (let's say 200 x 400px). When the content extends the dimensions I'd like to have the Widget scrollable. One of my approaches was like this:
<Widget type="EditBox" skin="EditBoxStretch" position="10 10 200 400">
<Property key="TextAlign" value="Default"/>
<Property key="MultiLine" value="true"/>
<Widget type="ScrollBar" skin="ScrollBarV" position="...
</Widget>
</Widget>
Whatever I tried, I wasn't able to link the Scrollbar with the content of the Widget. Any ideas or maybe a workaround?
Kind regards,
Corak