tags:

views:

175

answers:

1

Hi I want to create a table like in Excel sheet. The table has rows' headers and columns' headers. How to make the rows header move when the vertical scrollbar is dragged and statistic when the horizontal scrollbar is dragged and vice versa for the Columns header like in Excel sheet. Does anyone have any ideas how to do it? Thank you very much for your help

A: 

You need to use a datagrid, try one of these

Microsoft datagrid (will be released as part of dot net 4.0, currently in beta)

Xceed datagrid

infragistics

there's probably a few others too. im pretty sure they all deal with column reordering.

Aran Mulholland
Hi Aran. Thank you for your answer. I will look at it.
Khue