Back

This node is starting to look good, and I am starting to get a handle on that LayoutChildren. :) Thanks for all your help.

I have two Images on this dialog and I want to set their sizes. I have tried the following code in several locations in the class but the images never seem to change.
DeviceImage.Size = new SizeF(8,8);
Any idea why the Image won't change sizes for me?

Are you setting the size after you set the Icon.Name?

That did it. I could swear I tried that but apparently not because it works now.

Thanks