I post this at dotnet.framework.windowsforms, but did not get the proper answer. Hope you can help me here. Thank you.
In my windows form, I have a listview to display all the icon images,
image size from 16 to 24. there are no text for them. it works just fine
before I move listview a little and change size a little. now listview only
show 3 columns of images instead of 7 columns. there is big space between
each column which I would like to get rid of.
I tried to move it back to orginal location and size, but does not work.
Does anybody know what's wrong there?
Is this a good idea to display a lot (> 500) image to select?
Thank you for your help
Wes
wesbird Wednesday, August 30, 2006 1:18 AM
wesbird wrote:
In my windows form, I have a listview to display all the icon images, image size from 16 to 24. there are no text for them. it works just fine before I move listview a little and change size a little. now listview only show 3 columns of images instead of 7 columns. there is big space between each column which I would like to get rid of. I tried to move it back to orginal location and size, but does not work. Does anybody know what's wrong there? Is this a good idea to display a lot (> 500) image to select?
Maybe you can detailyour code to"move listview a little and change size a little"?
Peter Ritchie Wednesday, August 30, 2006 1:25 AM
Hi,
You mean in the design time, you moved the listview a little and found that the original 7 columns became 3 columns, right? Do you create a new project and have such problem too?
gqlu Wednesday, August 30, 2006 10:00 AM
Yes, I move and resize listview at design time.
I have tried to delete the existing listview, re-create a new listview, still get the same result.
I will try to create new project to isolate the problem.