CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 1999
    Location
    Israel
    Posts
    140

    ListView like Outlook

    I need a list look like the Outlook list:
    the first 3 columns are bitmaps and can not be resizeble and the other resizebale with no bitmaps. Any idea? Thanks!


  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: ListView like Outlook

    Hi

    There's a free control with source-code at http://vbaccelerator.com/codelib/sgrid/sgrid.htm which looks like the Outlook control.

    I'm not sure if you can disable the resizing of columns using that control(although that's straightforward enough with the listview - see http://www.codeguru.com/vb/articles/htm/LVTricks.shtml)


    Chris Eastwood

    CodeGuru - the website for developers
    http://www.codeguru.com/vb

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