What is the corresponding WPF .NET component to a JTable in Java Swing?

Posted by Jonas on Stack Overflow See other posts from Stack Overflow or by Jonas
Published on 2010-06-14T14:07:00Z Indexed on 2010/06/14 14:12 UTC
Read the original article Hit count: 195

Filed under:
|
|
|
|

I have a small Java Swing application that I want to rewrite in WPF .NET.

The application uses a JTable with an AbstractTableModel and a custom TableCellRenderer. I use my custom cell renderer to display the objects in two rows.

What is the corresponding WPF .NET component to JTable?

© Stack Overflow or respective owner

Related posts about java

Related posts about .NET