Hi Bart,

On 29 December 2013 15:51, Bart <[email protected]> wrote:

> 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;
>
>
That's great. Just what I was looking for.

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

Reply via email to