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


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

The application uses a Sartable modell and a custom tablecarrelender . I use my custom cell renderer to display objects in two rows.

What is the related WPF .NET component for JTable?

I'm not familiar with JTable , but I think that So move.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -