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
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