Am using 2007 vol 3. I have 32x12 png's for my nodes, but they are stretched to ~16x16. Anyone know how to get around this?
You need to set the ImageSize property on the Override.
this.ultraTree1.Override.ImageSize = new Size(32,12);
Worked great. Thanks Mike.