May 2017
Beginner to intermediate
444 pages
11h 31m
English
By adding the following lines of code, we create a ScrolledText widget:

We can actually type into our widget, and if we type enough words, the lines will automatically wrap around:

Once we type in more words than the height the widget can display, the vertical scrollbar becomes enabled. This all works out-of-the-box without us needing to write any more code to achieve this:

Read now
Unlock full access