Click here to Skip to main content
15,921,531 members
Home / Discussions / C#
   

C#

 
GeneralRe: Please i need helping in TAPI application ? - edited Pin
Michael P Butler14-Jul-04 10:52
Michael P Butler14-Jul-04 10:52 
AnswerRe: Please i need helping in TAPI application ? Pin
Michael P Butler14-Jul-04 10:31
Michael P Butler14-Jul-04 10:31 
Generalrss readers Pin
Konstantin_progr14-Jul-04 10:08
Konstantin_progr14-Jul-04 10:08 
GeneralRe: rss readers Pin
Michael P Butler14-Jul-04 10:43
Michael P Butler14-Jul-04 10:43 
GeneralRe: rss readers Pin
Konstantin_progr14-Jul-04 10:45
Konstantin_progr14-Jul-04 10:45 
GeneralRe: rss readers Pin
Konstantin_progr15-Jul-04 0:23
Konstantin_progr15-Jul-04 0:23 
GeneralRe: rss readers Pin
Nick Parker14-Jul-04 10:44
protectorNick Parker14-Jul-04 10:44 
QuestionListView Scoll? Pin
Bill Dean14-Jul-04 9:56
Bill Dean14-Jul-04 9:56 
Hi all,

I have a windows form listview (in details mode) that I want to essentially fill on demand. Each item is moderately expensive to load and there may be 1000's of them in some cases. So my plan: fill it with place-holders (dummy listviewitems) and then load the real items (derived from listviewitem) as the user scrolls them into view.

Now the tricky bit: no "scroll" event on the listview. A little research here at codeproject suggests the thing to do is derive from listview and overide the WndProc method and handle the WM_VSCROLL message. All good so far.

My question: how can I tell how far it has scrolled? More directly: how can I tell which items will be visible to the user?

Thanks in advance,
Bill

ps: Is there an easier way to do this that I am missing? I can't be the only person who's tried this...
AnswerRe: ListView Scoll? Pin
Jay Shankar14-Jul-04 16:33
Jay Shankar14-Jul-04 16:33 
GeneralTextBox Enter... Pin
blankg14-Jul-04 8:06
blankg14-Jul-04 8:06 
GeneralRe: TextBox Enter... Pin
Nick Parker14-Jul-04 8:20
protectorNick Parker14-Jul-04 8:20 
GeneralRe: TextBox Enter... Pin
blankg14-Jul-04 23:20
blankg14-Jul-04 23:20 
GeneralRe: TextBox Enter... Pin
turbochimp16-Jul-04 3:35
turbochimp16-Jul-04 3:35 
GeneralVisual C# Express 2005 Pin
MKlucher14-Jul-04 7:54
MKlucher14-Jul-04 7:54 
GeneralRe: Visual C# Express 2005 Pin
Nick Parker14-Jul-04 8:16
protectorNick Parker14-Jul-04 8:16 
GeneralRe: Visual C# Express 2005 Pin
polomint15-Jul-04 8:25
polomint15-Jul-04 8:25 
GeneralWeb Service without VS2004 Pin
Michael Potter14-Jul-04 7:31
Michael Potter14-Jul-04 7:31 
GeneralRe: Web Service without VS2004 Pin
Nick Parker14-Jul-04 8:16
protectorNick Parker14-Jul-04 8:16 
GeneralRe: Web Service without VS2004 Pin
Michael Potter14-Jul-04 8:33
Michael Potter14-Jul-04 8:33 
GeneralTreeView & Checkboxes Pin
MrEyes14-Jul-04 6:10
MrEyes14-Jul-04 6:10 
GeneralRe: TreeView & Checkboxes Pin
Nick Parker14-Jul-04 6:39
protectorNick Parker14-Jul-04 6:39 
GeneralRe: TreeView & Checkboxes Pin
MrEyes14-Jul-04 7:31
MrEyes14-Jul-04 7:31 
GeneralSending but not receiving !!! Pin
Gimpy198314-Jul-04 6:00
Gimpy198314-Jul-04 6:00 
GeneralRe: Sending but not receiving !!! Pin
Nick Parker14-Jul-04 6:32
protectorNick Parker14-Jul-04 6:32 
GeneralRe: Sending but not receiving !!! Pin
Gimpy198315-Jul-04 8:18
Gimpy198315-Jul-04 8:18 

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.