A simple vertical box can keep a list of clickable text blocks. Keep the strings in an array and populate the vertical box.
To make it organised, modular and self-contained, make a custom widget that has a text block and any extra variables & functionality you desire. And then populate a container with your custom widgets.
edit: if you need something with scrolling functionality, use a Scrollbox