Subject | Re: [IBO] Re: Grid and column widths |
---|---|
Author | Markus Ostenried |
Post date | 2011-08-13T16:51:02Z |
On Sat, Aug 13, 2011 at 18:34, squidsrus85 <squidsrus85@...> wrote:
last night to look it up :P
But you'll find that you can get help on the syntax of the various
TIB_StringList properties by looking for comments in the IBO source
code.
> Hi Markus,Glad I could help you. Nice to add the full syntax, I was too lazy
>
> Thanks for the quick reply. OK, that worked fine. I have the same data displayed in other Grids so I will use the GridLinks option as it is not Global.
>
> I'll just add the syntax in this reply for anyone coming along later. This will set the Width to 200 pixels for the Name Field and Center Align the data.
>
> TIB_Grid.GridLinks : TIB_StringList
> name=WIDTH=200;ALIGN=C
last night to look it up :P
But you'll find that you can get help on the syntax of the various
TIB_StringList properties by looking for comments in the IBO source
code.