maxh2815
Member
Hi, at the moment I have a label containing text. The text is updated periodically (every 2 seconds or so). Sometimes the text can be quite long, and it goes out of the width and height of the label. What do I need to do to make a label which:
			
			- Resizes itself based on the updated content and
- Any text that goes outside the bounds makes the label scrollable instead of pushing the text onto a new line. I don't want it to automatically scroll, only when the user scrolls it.
- Can be scrolled both vertically and horizontally (preferably at the same time).
 
				 
 
		 
 
		 
 
		 
						
					 
 
		 
 
		 
 
		 
 
		