Subject | Re: [IBO] TIB_Grid: two lines title |
---|---|
Author | Jason Wharton |
Post date | 2001-01-30T01:04:17Z |
This is possible but probably not without writing your own subclass and
surfacing the RowHeights property.
Once you do this you should be able to adjust the row height of just the
rows that you want to change.
HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
surfacing the RowHeights property.
Once you do this you should be able to adjust the row height of just the
rows that you want to change.
HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "Hug" <hugosan@...>
To: "IB Objects List" <IBObjects@yahoogroups.com>
Sent: Monday, January 29, 2001 5:36 AM
Subject: [IBO] TIB_Grid: two lines title
> Hi folks!
> About TIB_CustomGrid:
> I need to show long titles on some columns, but I can't give more width to
> those columns. Then, I think on show 2 lines of text. Well, this is
possible
> by setting
>
> DrawTitleTextOptions.gdtWordWrap=true
> DefaultRowHeight=30 (at least)
>
> But then all rows makes 30 pixels height, and it's disastrous!
> Is there a way to change Height only on first row (that of titles)?
> I've search on samples, but I have'nt found no cases.
> Thanks in advance
> Hugo.
>
>
>
>
>