Posted 15 November 2017, 12:34 pm EST
I’m using the comboList property to set a combo list dropdown for a column.
Tgrid.Cols(11).ComboList = comboListString
comboListString = “P1” & vbTab & “First Item” & “P2” & vbTab & “Second Item”
But when the dropdown displays, the column with P1 and P2 in it is as wide as the second column with the text. The columns stretch past the end of the visible dropdown and are thus unreadable.
How do I set the column widths of the dropdown itself?