Currently, ScrollView widget only has writeCell and readCell functions implemented. It would be nice to see print and printSegement implemented as well since ScrollView is usually used to display a large amount of text, and wrapping capabilities that print and printSegment provide would be quite handy. It looks like it is possible to just copy-paste the code for print into the ScrollView, however I am not sure if that is the best solution.
Currently,
ScrollViewwidget only haswriteCellandreadCellfunctions implemented. It would be nice to seeprintandprintSegementimplemented as well sinceScrollViewis usually used to display a large amount of text, and wrapping capabilities thatprintandprintSegmentprovide would be quite handy. It looks like it is possible to just copy-paste the code forprintinto theScrollView, however I am not sure if that is the best solution.