What do I need to do to allow me to write
SV.Panel.AddView(lbl, 0%x, 0%y, 100%x, WRAP_CONTENT)
rather than
SV.Panel.AddView(lbl, 0%x, 0%y, 100%x, -2) ' -2 = WRAP_CONTENT
Thanks.
John
SV.Panel.AddView(lbl, 0%x, 0%y, 100%x, WRAP_CONTENT)
rather than
SV.Panel.AddView(lbl, 0%x, 0%y, 100%x, -2) ' -2 = WRAP_CONTENT
Thanks.
John