List Dialogs with headers
You just need to call ListDialog.SetColumnCount for the number of columns, then one call to ListDialog.SetColumnHeader function for each title. Finally add text rows with tabs as separator. The list can be filled easily with a SQL query if needed.
Coming soon for next MBS Plugin 9.2 prerelease.