|
-
Feb 6th, 2022, 09:39 AM
#16
Hyperactive Member
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
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|