Improve the Listbox Control
Because the Listbox control doesn't support text alignment or having a different font colour and formatting per cell, it's sometimes necessary to use a ListView, which has to be programmatically filled and formatted.
It would be a great time saver and enhancement to the ListBox if it could support left/center/right horizontal text alignment per column and the ability to apply formatting to specific "cells", perhaps using RTF code or conditional formatting.