per eliminare i bordi
prova
_root.istanzascrollpane.setStyle("borderStyle", "none");
oltre a poter usare questi altre soluzioni per personalizzare il tuo component
_root.istanzascrollpanent.setStyle("borderColor", "white");
_root.istanzascrollpane.setStyle("highlightColor", "white");
_root.istanzascrollpanent.setStyle("shadowColor", "white");
_root.istanzascrollpane.setStyle("shadowCapColor", "white");
_root.istanzascrollpane.setStyle("borderCapColor", "white");

Rispondi quotando