RD
Rob Downs
November 20, 2002 05:44 PM UTC
> Hi,
>
> I have a basic grid in which I want 4 header rows across the top. I tried setting Rows.HeaderCount which seems to do what I want, except when the grid scrolls off the bottom of the window all the header rows except the first one also scroll.
>
> How do i fix the other header rows in place along with the first one?
>
> Thanks,
>
> R.
Doh! Try setting Rows.FrozenRowCount also... ;-)
R.
RD
Rob Downs
November 20, 2002 05:45 PM UTC
> Hi,
>
> I have a basic grid in which I want 4 header rows across the top. I tried setting Rows.HeaderCount which seems to do what I want, except when the grid scrolls off the bottom of the window all the header rows except the first one also scroll.
>
> How do i fix the other header rows in place along with the first one?
>
> Thanks,
>
> R.
Doh! Try setting Rows.FrozenCount also... ;-)
R.