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

Threaded View

  1. #4
    Join Date
    Mar 2007
    Posts
    274

    Re: Listview Sub Item Edit

    Hi, you need to first determine the top and left edge values for the container of your listview (this may be a form if it is, then ignore these values). Next you determine the left and top edge of the listview. Now you get the listview items .position property and use the listview.item.columns[?].width property to determine how far over to go. Based on that you can calculate where to position your text box.
    Last edited by Traps; January 29th, 2009 at 03:34 AM.

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