Search results for query: *

  1. B

    Question Capture Listview Horizontal scroll event

    John, when I moved this from the test project to the actual project I'm working on, I get an error on the statement below. Dim start As Integer = Me.ListView1.Items(0).Position.X This is probably due to changing my listview to virtual. I needed to decrease the amount of time to display...
  2. B

    Question Capture Listview Horizontal scroll event

    John, I had Ownerdraw on. The problem was with the 2 subs. I rem'ed them out and recreated them. If works fine now. Thank You
  3. B

    Question Capture Listview Horizontal scroll event

    Second Look Hope you had a Merry Christmas John. I'm sorry that my last post was incomplete. Yes, I am getting the ListView1_ColumnWidthChanged Event. Just not the other 2. See Code below. I put in control breaks to test the drawitem and DrawColumnHeader. The logic never goes to these subs...
  4. B

    Question Capture Listview Horizontal scroll event

    Horizontal scroll not captured through Column Draw Thank you for the reply John. I don't know if the problem is VB2008 or 3.5. I tried your sample and couldn't get a response from either sub below. I placed msgboxes in both subs while moving the scroll bars and didn't get a response. The draw...
  5. B

    Question Capture Listview Horizontal scroll event

    I need to know how to capture the horizontal scroll event of a listview. The project that I am working on has a listview and 6 textboxes that overlay row 0 of the listview. I'm using them to filter the contents of the columns. I have the Listview1_Resize and ListView1_ColumnWidthChanging events...
Back
Top