02-02-2010 12:47 AM
I tried to use Property Nodes, but found out that the bounds property can only be read....
Is there any way that i can adjust the width and height of a front panel decoration programmatically?
Solved! Go to Solution.
02-02-2010 02:08 AM
Hi,
there is a size property that you can use on decorations. The following example shows how you could make a decoration twice as big.
02-02-2010 02:12 AM
02-02-2010 03:18 AM
Oops, never saw the "size" property.......
Thanks, guys!!