Results 1 to 8 of 8

Thread: Help again with sizing Listview?

Threaded View

  1. #1

    Thread Starter
    Addicted Member machine_wars's Avatar
    Join Date
    Dec 2000
    Location
    NC
    Posts
    147

    Help again with sizing Listview?

    I'm using this code to size my Listview but the scrollbars are messing up.
    Code:
    Private Sub Form_Resize()
        ListView1.Height = ScaleHeight - Frame1.Height - sbrData.Height
        ListView1.Width = ScaleWidth
        ListView1.Top = Frame1.Top + Frame1.Height
        Call ShowProgressInStatusBar(True)
    End Sub
    Attached Images Attached Images  

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width