Problems positioning UIScrollBar to right side of TextField

Hey all,

I’m trying to use a UIScrollBar on an Input TextField…when I position it to the right side of the textfield using:


sb.move(tf.x + tf.width, tf.y);

…the UIScrollBar seemingly adds about 80px of width or so beyond the right side of the textfield (you can’t visually see this, except in my case, I’m using the width of the textfiled to set the width of a background container, and with the UIScrollBar positioned on the right side of the textfield, I get this added width of about 80px, etc)…

Anyone have such a problemo?