Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Adobe AIR Development

Reply
Contributor
jeevan628
Posts: 20
Registered: ‎07-25-2011
My Carrier: rogers
Accepted Solution

Text with scrollbar

Hi,

 

I want to display huge (quantity of characters) text with a scrollbar if text exceeds the given dimensions. Any idea how to do this playbook? I dont want to load custome content in a webview. 

Please use plain text.
Developer
jtegen
Posts: 6,233
Registered: ‎10-27-2010
My Carrier: AT&T

Re: Text with scrollbar

Add the TextInput to a Sprite that is in a ScrollPane. You will have to add logic that when the text changes, the scroll pane adjusts as well.
Please use plain text.