ListView Control bugs

  • Thread starter Thread starter Nicholas Paldino [.NET/C# MVP]
  • Start date Start date
N

Nicholas Paldino [.NET/C# MVP]

b,

Without seeing what you are doing in code, it is hard to tell. Can you
post an example that shows the problem?
 
I think .NET 1.1.4322 ListView control has some bugs .I set ListView for
displaying details I set multiselect and fullrowselect to true.I set small
image list.When I compile it works well.But finally I add some context mrnu
to listview but after next compile ,list view doesnot draws images .If I
delete and add new everything goes normal.But when I do some change on form
or I change a setting of listview again it begins to undraw images.
 
b,

The designer outputs code into your file in order to save settings. You
should be able to post the code that displays the problem.
 
I dont write any code I do it only with designer .After first build listview
dont show images it only shows a blank
 
I fix I done it without designer I create imagelist on runtime Component
version is n working for me
 
Back
Top