Datagrid -Scrollbars , Freezing rows

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I'm using Visual studio 2003. I was wondering if there was a way to freeze
the first 2 rows of a datagrid. So if the user scrolls to the last datarow is
there a way for the user to still be able to view the first 2 rows?
Something like Excel's freeze rows..
thanks
-ZS
 
Ugly hack time ... you could just put two data grids in and return the
'locked' rows to the top one ... if no one else has any better
suggestions (which, thank goodness, they normally do :)

HTH
James
 
Back
Top