I want to concatenate multiple strings together but shown in a neat way.
Example
Record[1] Title : xxxxxx Date : dd/mm/yy
Record[1000] Title : xxxxxx Date : dd/mm/yy
If i just concatenate the strings together as the record number increases the Title and Date would be pushed across the screen looking messy(shown above). I want the Title and Date to always start at certain position (say position 25) in the string so no matter the number of the record length is the Title and Date will align down the page.
This string will update the Treeview node text.