Trying to get a movie title display like this:
But I'm not sure how to go about it. Closest I found was adding
My code is:
Dr. Strangelove or: How I
Learned to Stop Worrying a...
But I'm not sure how to go about it. Closest I found was adding
<wrapmultiline>true</wrapmultiline>
, but it seems not to respect height of the object, and just parses all the lines, overlapping with controls and so on:Dr. Strangelove or: How I
Learned to Stop Worrying and
Love the Bomb
My code is:
<control type="label">
<left>200</left>
<top>225</top>
<width>900</width>
<height>154</height>
<font>Bold77</font>
<textcolor>FF000000</textcolor>
<label>[LOWERCASE]$INFO[ListItem.OriginalTitle][/LOWERCASE]</label>
<wrapmultiline>true</wrapmultiline>
</control>