Página 1 de 1
Two line browse column headers ???
Publicado: Mar Jul 05, 2011 12:18 pm
por ChrisGillard
I'm sure I have seen a post on how to do this but I cant find it.
Is there a trick to get two lines of text in a browse column header please?
Thanks
Chris
Two line browse column headers ???
Publicado: Mar Jul 05, 2011 12:32 pm
por Maarten Roos
Use the 'rn' in the :cHeader
For Example: RATESrnPRICE
Or click the yellow arrow to expand multi-line possibility.
Also modify (if necessary) the nHeaderHeight in TBrowse
Two line browse column headers ???
Publicado: Mar Jul 05, 2011 1:01 pm
por ChrisGillard
Hi Martin,
Thanks for the tip on this ... rn and adjust nheaderHeight works.
Not seeing the 'yellow arrow'? ..... did see a yellow bar when clicking at
the bottom of the header but didnt see what that did.
But 2 line headers now working well.
Thank you very much
Chris
"Maarten Roos" <m[dot]roos[at]ecem[dot]com> wrote in message
news:4e12e825$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Use the 'rn' in the :cHeader
>
> For Example: RATESrnPRICE
>
> Or click the yellow arrow to expand multi-line possibility.
>
> Also modify (if necessary) the nHeaderHeight in TBrowse
Two line browse column headers ???
Publicado: Vie Ene 24, 2014 6:32 am
por Srdjan
I put two line in header, but I can't resize height of header, How I can resize height of browse header?
Two line browse column headers ???
Publicado: Vie Ene 24, 2014 1:46 pm
por ignacio
Srdjan escribió el vie, 24 enero 2014 06:32I put two line in header, but I can't resize height of header, How I can resize height of browse header?
TBrowse:nHeaderHeight
Regards,
Two line browse column headers ???
Publicado: Vie Ene 24, 2014 10:26 pm
por Srdjan
How I can centered only text in header not column
Two line browse column headers ???
Publicado: Sab Ene 25, 2014 2:04 pm
por ignacio
Srdjan escribió el vie, 24 enero 2014 22:26How I can centered only text in header not column
TBrwColumn:nAlignment
Regards,
Two line browse column headers ???
Publicado: Dom Ene 26, 2014 8:16 am
por Srdjan
If I put
TBrwColumn:nAlignment := taCENTER
program cenetered header and values in this column but I want centered header but not values in column (I want number values aligment taRIGHT)
Two line browse column headers ???
Publicado: Lun Ene 27, 2014 10:04 am
por ignacio
Srdjan escribió el Sun, 26 January 2014 08:16If I put
TBrwColumn:nAlignment := taCENTER
program cenetered header and values in this column but I want centered header but not values in column (I want number values aligment taRIGHT)
Hello,
We are specially proud of our documentation. I encourage to have a look at it. Thanks.
BTW, even from the object inspector on the IDE you can see all this property possibilities.
Regards,
Attached files
Two line browse column headers ???
Publicado: Lun Ene 27, 2014 8:07 pm
por Srdjan
That is good! Thank you