Results 1 to 18 of 18

Thread: [VB6, Vista+] Undocumented ListView feature: Subsetted Groups (simple, no TLB)

Threaded View

  1. #16
    Hyperactive Member LucasMKG's Avatar
    Join Date
    Jun 2015
    Location
    South Africa (ZAR)
    Posts
    338

    Re: [VB6, Vista+] Undocumented ListView feature: Subsetted Groups (simple, no TLB)

    a) LVHT_EX_GROUP_SUBSETLINK respond to clicks

    b) "...That doesn't seem to have a separate LVHT_ item", not sure i understand the second question, but
    Call SendMessage(m_lHGHwnd, LVM_HITTEST, -1, VarPtr(uLVHI))
    provides .iItem

    c) "...applying the style again re-subsets the group?"
    YES

    d) "...Does the link still permanently disappear on the 2nd expansion?"
    the link appearance is constant - only toggles from 'show all'[while list is contracted] and 'minimize' [appears while list is expanded]

    LucasMKG
    Attached Images Attached Images   
    Last edited by LucasMKG; Feb 6th, 2022 at 09:45 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