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
Post a Comment