CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8

Threaded View

  1. #1
    Join Date
    Dec 2001
    Posts
    391

    Question ListView - Why do all ListView's have a Bottom Gap?

    Just trying to add a listview (in Report mode in VC++ using Win32 Apis) and noticed that no matter what i do there is always a bottom gap just after the last item in my ListView. How do i get rid of this gap? I have turned on Grids and so this gap is very distracting.

    Does anyone know?
    Attached Images Attached Images
    Last edited by quantass; August 2nd, 2005 at 04:17 PM.

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

Featured