Does anyone have any idea how to use this??
I haven't seen any scripts that use this and I can't get it to flukishly work.
EDIT :
code:
<Control xsi:type="ScrollBarControl " Id="ScrollBar">
<Position Top="5" Width="100" Height="100" Left="5" />
<VerticalBar></VerticalBar>
<HorizontalBar></HorizontalBar>
</Control>
Thats as much as PlusInterface.xsd requires (I think).
EDIT 2 :
code:
<Control xsi:type="ScrollBarControl" Id="ScrollBar">
<Position Top="5" Width="100" Height="100" Left="5" />
<VerticalBar></VerticalBar>
</Control>
Fixed the space, and only have one Bar thing. I can put it there, but don't see anyway to use it yet, anyone got any ideas?