Hi,
I have a MSHFlexGrid and I am loading icons using CellPicture property.
Is it possible that I stretch (change the size) the icon inside the cell.
Thanks in advance.
Printable View
Hi,
I have a MSHFlexGrid and I am loading icons using CellPicture property.
Is it possible that I stretch (change the size) the icon inside the cell.
Thanks in advance.
Vin,
Your better off changing the icon to a bitmap. MSHFlexGrid automatically decides that the icon is 32x32 and stretches the icon to that size. However, it seams to honor the bitmap's size.
I hope this helps
Thanks for you reply
it was really helpful.
I have another question, interesting one, I think.
Given the same MSHFlexGrid. When I initialize it to very large number of rows and cols, say 500x100 so that it has 5 thousand cells. When I try to load each cell with picture the environment hangs or issues out of memory error message.
Do you think there is some solution to this problem.
Regards,
VIN