September 25, 2006

XPTable - .NET ListView meets Java's JTable

XPTable - .NET ListView meets Java's JTable
A fully customisable ListView style control based on Java's JTable.

For a project I'm working on I needed a highly customized ListView - one that would allow checkboxes and images in any column, ComboBoxes and NumericUpDowns for editing and it had to be easy to swap data in and out. Anyone who has tried customizing a ListView knows how painful it can be trying to bend it to your will, so I decided to create one from scratch. Having come from a Java background I decided to base it somewhat loosely on Java's JTable.

No comments: