Click here to Skip to main content
15,881,803 members
Articles / Programming Languages / C#
Article

Horizontal ListView Component

Rate me:
Please Sign up or sign in to vote.
1.77/5 (13 votes)
28 May 2006 48.5K   3.5K   23   7
Component which you can add to your project that allow you to add items horizontal to a ListView component.

Sample Image - ListViewHor.png

Introduction

I had a problem with the free space on my form. I searched for a ListView component which I can use horizontal, instead of vertical. I couldn't find a good component, so.. I made it. By adding this component to your project it allows you to add images with a subscription to the ListView.

How does it works

This component exists of two elements: ListView, HScrollBar. Dependant of the size of the component, the loaded images will be shown.
At the background there is an array where all the images are stored in. Default the first three images are displayed (indices 0, 1 and 2 of the images array). When scrolling the displayed images will move by 1. The items 1, 2 and 3 of the array are displayed.
Furthermore I added some useful functions to the hListView component.

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


Written By
Web Developer
Netherlands Netherlands
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralSimpler way (works for me) Pin
Vuvirt16-Nov-10 9:23
Vuvirt16-Nov-10 9:23 
Questionwhat the hell is this? Pin
matrixnull27-Sep-09 19:22
matrixnull27-Sep-09 19:22 
Generalimagelist Pin
Ronni Marker21-Apr-09 2:20
Ronni Marker21-Apr-09 2:20 
QuestionChanging the margin between images? Pin
James Neno13-Aug-07 3:33
James Neno13-Aug-07 3:33 
AnswerRe: Changing the margin between images? Pin
tgrt18-Apr-09 6:02
tgrt18-Apr-09 6:02 
GeneralThanx! Pin
AdidasSG28-Jan-07 11:32
AdidasSG28-Jan-07 11:32 
GeneralThe content doesn't look advanced... Pin
Jun Du29-May-06 8:58
Jun Du29-May-06 8:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.