And moved some alignment offset computation to the align module.
And updated the select example to use that instead of an OK button. This also removes the need for an ID selector.
And some doc
Scrolling functionalities are stored in ScrollBase. Both TextView and SelectView use it. Also add letter search to SelectView (currently case sensitive). And made the cities example bigger with a long list of capitals.
And added documentation.