c - How to add a blue selection rectangle to ListView? -
does windows api listview supports selection rectangle?
update
i stand corrected. if lvs_ex_doublebuffer
added extended list view style, control performs alpha blended marquee selection. documentation says:
lvs_ex_doublebuffer
version 6.00 , later. paints via double-buffering, reduces flicker. extended style enables alpha-blended marquee selection on systems supported.
thanks @andlabs pointing out.
does windows api listview supports selection rectangle?
no. image in question comes private list view control, directuihwnd. control used in variety of microsoft software , visible in explorer. third party programs don't have access control.
if want functionality have implement yourself. system list view control, syslistview32, has no such functionality.
Comments
Post a Comment