1) create scrollView
ScrollView scrollView = ...
2) create scrollViewItem
TableLayout tableItem = new TableLayout(context);
... add content
3) add item to scrollView
Why table layout item can not be selected using the touch screen? … only the navigation keys...




