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, ComboBox
es and NumericUpDown
s 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:
Post a Comment