New Listview Bug in SP2?

  • Thread starter Thread starter obiwan1130
  • Start date Start date
O

obiwan1130

I'm experiencing a listview bug in service pack 2.

Nearly as I can figure the problem revolves around the listview's Type
property.

I usually use the "Details" Type, but for one specific instance, I
need to use the "List" type. However, when this change is made, none
of the items in the listview are displayed.

Again, the listview loads fine as long as I use the "Details" view.
However, if I use the "List" type, it fails. Not sure if it is related
or not, but my listview items DO have checkboxes associated with them.

Anyone else experienced this issue?
 
Thanks for your response...

I AM using the latest release of SP2.

I didn't see the problem that I was experiencing in the link that you
posted...did I miss something?
 
Hi Jeremy,

There arn't any known issues like the problem you mentioned. Could you
post some repro code - showing how you set up the listview properties &
contents.

Thanks,
-Katie

This posting is provided "AS IS" with no warranties, and confers no rights.

***.Net Compact Framework Info***
Faq:
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.a
spx
QuickStarts: http://samples.gotdotnet.com/quickstart/CompactFramework/
Samples:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/h
tml/CompactfxTechArt.asp

--------------------
| From: (e-mail address removed) (obiwan1130)
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| Subject: New Listview Bug in SP2?
| Date: 12 Feb 2004 07:49:59 -0800
| Organization: http://groups.google.com
| Lines: 14
| Message-ID: <[email protected]>
| NNTP-Posting-Host: 24.116.42.8
| Content-Type: text/plain; charset=ISO-8859-1
| Content-Transfer-Encoding: 8bit
| X-Trace: posting.google.com 1076600999 14117 127.0.0.1 (12 Feb 2004
15:49:59 GMT)
| X-Complaints-To: (e-mail address removed)
| NNTP-Posting-Date: Thu, 12 Feb 2004 15:49:59 +0000 (UTC)
| Path:
cpmsftngxa07.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTNGXA05.phx.gbl!TK2MSFTNGP08
.phx.gbl!newsfeed00.sul.t-online.de!t-online.de!newsfeed.icl.net!newsfeed.fj
serv.net!news.maxwell.syr.edu!postnews1.google.com!not-for-mail
| Xref: cpmsftngxa07.phx.gbl
microsoft.public.dotnet.framework.compactframework:45572
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| I'm experiencing a listview bug in service pack 2.
|
| Nearly as I can figure the problem revolves around the listview's Type
| property.
|
| I usually use the "Details" Type, but for one specific instance, I
| need to use the "List" type. However, when this change is made, none
| of the items in the listview are displayed.
|
| Again, the listview loads fine as long as I use the "Details" view.
| However, if I use the "List" type, it fails. Not sure if it is related
| or not, but my listview items DO have checkboxes associated with them.
|
| Anyone else experienced this issue?
|
 
There certainly IS a problem -- if you have tried to create two ImageLists
so that you can have different size properties for the Images. Which you
have to do because image size is apparently a universal setting for the
whole darn ImageList.

For example, if you want to use 32x32 images in one place, and 16x16 icons
in another, you must create two Image Lists or you must manage the code in
some awkward way.

But if you choose to do this, the ListView fails to display images when set
to LargeIcon view.

Katie, it really IS an issue, as mentioned elsewhere in this newsgroup.
 
Back
Top