in my code , i did it as follows:
//header should be steady tableLayout.addView(headTableRow, new TableLayout.LayoutParams()); // add srollview tableLayout.addView( scrollView, new TableLayout.LayoutParams()); //insert row to scrool view scrollView.addView(firstTableRow, new TableLayout.LayoutParams()); scrollView.addView(secondTableRow, new TableLayout.LayoutParams()); //.... //====================end but it doesn't work fine. any body has a good practice? or any hint? thanks in advance. andric. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

