List of input boxes - scrollView or tableView?

If i needed to create a list of input boxes that were too many to show on screen do you use tableview or scrollview?

Also if i wanted to use native.textfield , how would i scroll through those ? It says its not an openGL object so cant be used in above two items?

You have to manually manage the positioning of the boxes yourself.

You could give widget.newEditField a try. Register on http://widgetstown.com/ for a free download and the sample app has tableview where each row contains one text entry field. This might address your need. 

[quote name=“Rob Miracle” post=“257085” timestamp=“1405988160”]You have to manually manage the positioning of the boxes yourself.[/quote] Thanks guys

You have to manually manage the positioning of the boxes yourself.

You could give widget.newEditField a try. Register on http://widgetstown.com/ for a free download and the sample app has tableview where each row contains one text entry field. This might address your need. 

[quote name=“Rob Miracle” post=“257085” timestamp=“1405988160”]You have to manually manage the positioning of the boxes yourself.[/quote] Thanks guys