When I set the headings in the listbox, only the first 5 columns and the last one are displayed. Why?
The code:
ListBoxItemsServer.ColumnWidths = "30,80,80,80,80,80,80,80,80,80,80"
ListBoxItemsServer.HeaderAt(0)="#"
ListBoxItemsServer.HeaderAt(1)="Value"
ListBoxItemsServer.HeaderAt(2)="Attribute 0"
ListBoxItemsServer.HeaderAt(3)="Attribute 1"
ListBoxItemsServer.HeaderAt(4)="Attribute 2"
ListBoxItemsServer.HeaderAt(5)="Attribute 3"
ListBoxItemsServer.HeaderAt(6)="Attribute 4"
ListBoxItemsServer.HeaderAt(7)="Attribute 5"
ListBoxItemsServer.HeaderAt(8)="Attribute 6"
ListBoxItemsServer.HeaderAt(9)="Attribute 7"
ListBoxItemsServer.HeaderAt(10)="Attribute 8"
The test programm is here
4 posts - 4 participants