On 12/29/13, Richard Mace <[email protected]> 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

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to