Hi,
When you create GH_Panel in C# is it possible to set the Multiline Data off?
var panel = new Grasshopper.Kernel.Special.GH_Panel();
Hi,
When you create GH_Panel in C# is it possible to set the Multiline Data off?
var panel = new Grasshopper.Kernel.Special.GH_Panel();
that property is tucked away.
try this
panel.Properties.Multiline = false;