I have 2 listboxes. The first one serves as a “pseudo-heading”, the second one is filled with data and has varying numbers of columns, depending on the chosen recordset.
I want the columnwidths of the first “heading-listbox” always the same as the widths of the second one. I tried to use listbox1.columnwidths=listbox2.columnwidths after populating the listbox, and after resizing the window. This doesn’t work, the columnwidths never change.
My second problem is with the vertical Scrollbar, when its added to the listbox2, because of more rows than the window.height can sho, it’s not shown in listbox1, even if i try do set the value to true, using listbox1.scrollbarvertical=listbox2.scrollbarvertical.
Anybody any ideas?