It's been a while since I've worked with TableLayout, but IIRC you have to create a TableRow, add your TextViews to the TableRow then add that TableRow to the TableLayout.
On Tue, Nov 13, 2012 at 7:49 AM, EaranMaleasi <[email protected]> wrote: > hey guys, > > i have a litte app where i want to add some TextViews to an TableLayout by > the number of entries in a certain table of my Database. > i've tried to get it work with the setView() method of the tableLayout, but > there was nothing to see on my phone. > i've searched the internet for an answer, but i found nothing. > so, would you kindly give me some hints how to do that? > > greets, > Earan > > > > -- > View this message in context: > http://mono-for-android.1047100.n5.nabble.com/Adding-controls-by-code-only-tp5712345.html > Sent from the Mono for Android mailing list archive at Nabble.com. > _______________________________________________ > Monodroid mailing list > [email protected] > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid > -- http://www.opgenorth.net
_______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
