On 12/29/13, Richard Mace <richard.mace at gmail.com> wrote: > Hi, > Is there any way of programmatically reading and specifying what the "key" > column width is in a ValueListEditor? Should be no different than for any other grid: Get W := ValEd.ColWidths[0]; Set ValEd.ColWidths[0] := W; Bart