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

    How can I trap when the user resizes one column in a list control ?

    Hi,

    I have a list control, and I would like to refresh the list control every time that the user resizes one column ( I have some problems with the image, when I resize it, it goes a little bit wrong...), How can I do this ?

    Thanks, Bye !
    Braulio


  2. #2
    Join Date
    May 1999
    Posts
    116

    Re: How can I trap when the user resizes one column in a list control ?

    Did you try catching the HDN_ITEMCHANGED message?


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