Introduction
Sometimes a tile list view is more useful then the standard list view control. The standard control doesn't support tile view. I needed to display some objects like tile view available in Windows Explorer. I searched on the net to solve my problem. But I could not found a better solution. So, I decided to design such a user control. While developing the tile view control, I found a better looking representation of my objects by combining the tile view and thumb nail view. The Items are the user control which can be designed according to the requirements. It has some very good features...
Auto Resize
ControlListView
can resize its objects automatically if the container size changes. It arranges the items according to the available size of the container.
Auto Height Resize
ControlListView
can change its height to view all the items without scroll bar if needed.
Modification
User can add, modify and delete items. It provides all the events needed to perform specific operations with the items.
History
- 1st December, 2005: Initial post