ImageLists and runtime resizing

C

CaptainCaveman

Hi,

I have a ListView with images in my first column.
When my Form is maximised I want the images be 200 * 200, and when the image
is reduced to a normal size I want them to be 100 * 100.
How can I achieve this at runtime, such that when the Form is resized it
detects the WindowState and size accordingly?

I have set my ImageList at creation to have an imagesize of 200 * 200 as my
Form is created Maximized, but subsequent attempts to change this when
handling the resize end up in my images disappearing all together.

TIA

CC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top