[Lazarus] ValueListEditor column width

Bart bartjunk64 at gmail.com
Sun Dec 29 16:51:21 CET 2013


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




More information about the Lazarus mailing list