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

    freeze the first column in CListCtrl.



    hi,

    how to freeze the first column in CListCtrl when v_scroll? it can show column 0,

    4,5,6,7,... not 4,5,6,7,8,...


    thank you.


    tica

    1999.03.31

  2. #2
    Join Date
    Apr 1999
    Posts
    383

    Re: freeze the first column in CListCtrl.



    Look at "Stationary Columns" - Laura Michaels (1998/08/06) in the ListView Control section of this site.


    Dave



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