Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
Hi! I'm have been converting old VB6.0 project to VB.NET (2008) and now I'm struggling with ListView component. ListView Events are coming clearer now and I managed to read a huge amount of data (96.000 rows) from textfile to ListView with 6 subitems. All rows are build up nicely, but when I'm scrolling down the rows slowly, through scrollbar (clicking bottom arrow), rowheight is reduced to about half in first 20-30 rows below components upper row??? When I'm using PageDown or scrolling faster (dragging from scrollbar), everything is ok. And when I click to blurred row, it is refreshed and rowheight returns to normal. This didn't happen in VB6.0. Is there any Event, where I could use "lstView.Refresh()" or something to avoid this? Can't advise people to use PageDown only, when scrolling!!!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...