Multiple Column List Box in Visual Basic 2010 – VB.Net



Multiple Column List Box in Visual Basic 2010 – VB.Net

Multiple Column List Box in Visual Basic 2010 - VB.Net

I will show you how to control the contents of a list box by manipulating the properties of the list box. We will set the MultiColumn property to True and the ColumnWidth property to 50 pixels in order to create a multiple column layout. This is a workaround to be certain – there are better ways to solve this problem but it addresses the issue that came up in my previous video using a nested loop.