Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

A Control List View

0.00/5 (No votes)
1 Dec 2005 1  
A Control List View which can display Like Tile View
Sample Image - Control_List_View.jpg

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.

Edit

History

  • 1st December, 2005: Initial post

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here