Hello, I have this list box here I'm having kind of an interesting quirk with. See the script below.
<UIListbox name="LISTBOX" x=20 y=35 width=445 height=145 yPadding=2 xPadding=5 hidescrollbarwhennotneeded="true" capturemouseclicks="false" showpartialchild=true scrollbaronright=true unequalcontrols=false scrollsegmentsize=1 update=true >
<UIPane name="LISTBOX_ITEM" width=420 height=145 tupple=true prototype=true draggable=false>
<UIText name="LISTBOX_ITEM_1" width="PARENT_WIDTH" height="DYNAMIC" idescrollbarwhennotneeded=true prototype=true align="left" valign="top" fontfamily="Default" style="1" />
</UIPane>
<UIScrollBar name="SB" style="STYLE_SB_THIN" />
</UIListbox>
Each time I do an AddListBoxRow instead of putting the rows right beneath each other, it separates the text so I have to scroll wheel each line. Basically instead of....
Text1
Text2
Text 3
It's
Text1
(have to mouse scroll wheel down to next page)
Text2
(have to mouse scroll wheel down to next page)
Text3
Kind of weird, never had a UI do this before. Any ideas?





Retour en haut






