It is possible.
First set the HeaderText for the columns in code, eg
dataGridBoolColumn1.HeaderText = "Line 1\nLine 2\nLine 3";
Next, set the dataGrid1.HeaderFont to a larger font. This increases the
height of the Headers, but the Headers are still displayed using the
dataGrid1.TableStyles[ 0 ].HeaderFont font.
Regards,
Phil.
> Hello,
>
[quoted text clipped - 7 lines]
>
> Heinz
Heinz Z. - 28 Sep 2004 13:14 GMT
Thank you,
now it runs perfectly.
Regards,
Heinz
> It is possible.
>
[quoted text clipped - 20 lines]
> >
> > Heinz