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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Freezing DataGridView rows 1
DataGrid Summary Row? 2
Unable to freeze panes 16
WPF DataGrid slow 1
Insert Row in Datagrid 3
scrolling datagrid 3
autosize DataGrid column 2
WPF DataGrid Binding List<List<class>> 0

Back
Top