image in subitem of listview

  • Thread starter Thread starter Zen
  • Start date Start date
Z

Zen

I need to display a image in a subitem of listview in detail view
By Detail View, I mean
ListView.View = System.Windows.Forms.View.Details;

Is there a easy way to extend listviewitem to do that?



Thanks
 
Unfortunately, this functionality is not supported in the .NET Compact
Framework v1.0.

Best regards,
Sergiy.

This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| From: "Zen" <[email protected]>
| Subject: image in subitem of listview
| Date: Thu, 16 Oct 2003 15:53:35 -0500
| Lines: 11
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
| Message-ID: <#[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| NNTP-Posting-Host: outbound.epicsys.com 12.148.194.126
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:36204
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| I need to display a image in a subitem of listview in detail view
| By Detail View, I mean
| ListView.View = System.Windows.Forms.View.Details;
|
| Is there a easy way to extend listviewitem to do that?
|
|
|
| Thanks
|
|
|
 
Back
Top