Question:
How can I insert a scrollbar into a Display?
Solution:
You cannot insert a scrollbar into a Display. However, you can use a TextBox object to visualize a larger amount of information via scrollbar. To enable the scrollbar in a TextBox, ScrollBars and MultiLine properties must be set as seen below.