> Hi all. I have a listview with images and my application must be able to
> rotate one image. I need a method to rotate 90 degrees rigth (i.e.).
[quoted text clipped - 6 lines]
>
> Diego F.
Well, I could solve that using a temporary picturebox to rotate the image.
Now my problem is that: Must all images in a listview have the same size? My
images have the proportions of a standard document and I would like rotated
images look landscape instead of vertical. I don't know if that's possible.
Other solution is to assign square size to all images, but then images adapt
the new size and the proportions are wrong.
--
Regards,
Diego F.
>I tried with that
>
[quoted text clipped - 21 lines]
>>
>> Diego F.
Jwalant Natvarlal Soneji - 19 Apr 2007 06:29 GMT
> Well, I could solve that using a temporary picturebox to rotate the image.
>
[quoted text clipped - 38 lines]
>
> - Show quoted text -
hey friend, use another picture box and rotate image in that and then
put the same in first picturebox, both boxes should have autosize
property set to true.