Results 1 to 13 of 13

Thread: VB - ListView; LabelEdit for SubItems

Threaded View

  1. #10
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: VB - ListView; LabelEdit for SubItems

    I've got this problem, (attached is the screenshot), why is it not fitted exactly? Here is the minor modifications I did so the editing will be triggered after double-click...

    VB Code:
    1. Dim xPos As Single, yPos As Single
    2.  
    3. Private Sub ltvListView_DblClick()
    4.     EditText xPos, yPos
    5. End Sub
    6.  
    7. Private Sub ltvListView_MouseUp(Button As Integer, Shift As Integer, x As Single, y As Single)
    8.     xPos = x
    9.     yPos = y
    10. End Sub
    Attached Images Attached Images  
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

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