16

I am writing a WPF application in C# that needs to display data in a spreadsheet-like format dynamically. What is the best way to go about this?

The application will be getting data outputted from a fire alarm panel, chopping it up, and then displaying it in a neat table (or at least that's the plan).

2

3 Answers 3

16

Why not use WPF's Datagrid control? It should have all the functionality you need for the requirements you posted, more info here

http://www.wpftutorial.net/DataGrid.html

Sign up to request clarification or add additional context in comments.

Comments

3

If you are using .Net 3.5, then please download WPF Toolkit and install to your VS 2008.

If you are using .Net 4.0, you can use the build in DataGrid control which you can select from the toolbox.

Comments

0

i think you might try to use using. Graham Knight is developing a lightweight, high performance data grid for WPF. This data grid, known as WPF Table View, is available on CodePlex under the Microsoft Public License. It's able to view 100,000+ rows of data with dynamically defined columns and column data templates, as soon as I threw this at the data grid the user experience began to suffer. http://tableview.codeplex.com/

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.