ColumnWidth Property
Description
Gets or sets the width of columns in a multicolumn ListBox.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property ColumnWidth() As Long
Remarks
If you set the value to zero (0), a default width is assigned to each column. If the ListBox is a multicolumn ListBox, this property returns the current width of each column in the list. You can use this property to ensure that each column in a multicolumn ListBox can properly display its items.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.