G gatoazul1973 Member Mar 30, 2011 #1 Hi I want to show text in a form and scroll it up and down. How can i do it ? Best Regards :sign0104:
Hi I want to show text in a form and scroll it up and down. How can i do it ? Best Regards :sign0104:
klaus Expert Licensed User Longtime User Mar 31, 2011 #2 You should use a TextBox and check the MultiLine parameter. If the text is longer than the TextBox height, a ScrollBar will automatically added for scrolling. Best regards.
You should use a TextBox and check the MultiLine parameter. If the text is longer than the TextBox height, a ScrollBar will automatically added for scrolling. Best regards.