ListView Tile View: Editing Or Get Bounds Of Subitems

  • Thread starter Thread starter Abby
  • Start date Start date
A

Abby

Hi,

The standard ListView provides for editing text of the first subitem of a
Tile but apparently not the others. Is there one that I missed ?
Alternately, is there a means for getting bounding rectangles of subitems?

Thanks,
Gary
 
Jeff Gaines said:
Michiel van Erd's Extended ListView does what you want (and more):

http://www.codeproject.com/KB/list/EXListView.aspx

Unfortunately, that only supports "details" view, for which I already have
editing methods. "Tile" view is similar to details: it has subitems also
with editing for only the first. Unlike detail view, there is no obvous way
of getting bounding rectangles for subitems.

Gary
 
Back
Top