I'm not sure, but in theory you could remove the scrollbar by getting the scrollbar node and setting its visibility to false
:
$ItemListNodeHere.get_v_scroll().visible = false
I'm not sure if it would work, but that might be something to try. I'm not sure on the other two questions.