[Lazarus] ValueListEditor column width

Richard Mace richard.mace at gmail.com
Mon Dec 30 07:50:41 CET 2013


Hi Bart,

On 29 December 2013 15:51, Bart <bartjunk64 at gmail.com> wrote:

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

Richard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20131230/35e7a2af/attachment-0003.html>


More information about the Lazarus mailing list