rhythmone
09-18-2009, 06:15 PM
I have a UI that has various text fields.
The scroll bars are on and the fields are collapsable.
When I refresh the UI, the text that is stored within the text field is scrolled to the right by default. So it cuts off about 20 or so characters. In other words, my string value of:
"this/is/the/sample/text/value"
appears in the window like:
"ple/text/value"
So everytime I open the interface I have to use the scroll bar to scroll to the left, to see the beginning of the text. Is there an "alignment" property or something that I am missing?
The scroll bars are on and the fields are collapsable.
When I refresh the UI, the text that is stored within the text field is scrolled to the right by default. So it cuts off about 20 or so characters. In other words, my string value of:
"this/is/the/sample/text/value"
appears in the window like:
"ple/text/value"
So everytime I open the interface I have to use the scroll bar to scroll to the left, to see the beginning of the text. Is there an "alignment" property or something that I am missing?
