Top "Tablelayout" questions

Table Layout is a common presentation design that places components into rows and columns.

android: two issues using Tablerow+TextView in Tablelayout

I am using Tablerow+TextView to make a simple view for blog posts and their replies. In each TableRow I …

android textview tablelayout tablerow
How to make perfect square shaped image/button

I am designing a basic sudoko GAME for android. I want a 4x4 table with all cells as squares in …

android xml tablelayout android-tablelayout
Android tablelayout and button resize

here you are my problem: I want to do a layout that look like this grid in android: In order …

android layout button tablelayout
How to set layout_span through code

Does anyone know how to set/change the android:layout_span="" of an EditText in Android at runtime. I already …

android tablelayout tablerow layoutparams
Java TableLayout

Im currently wanting to construct a table type of layout for JPanels. I found out there is a TableLayout for …

java swing layout tablelayout gridbaglayout
How can I add separating lines between my TableRows that are created programmatically?

I have a TableLayout that is created programmatically in an Android project. I keep adding TableRows as long as there …

android tablelayout separator
How to disable horizontal scrollbar for table panel in winforms

Hi I've a tablelayoutpanel and I'm binding controls to it dynamically. When the item count exceeds the height of panel …

c# winforms scrollbar tablelayout
Buttons to fill width when using TableLayout

I have a table having 2 rows each row having 3 buttons. How can I make the buttons to fill the space …

xml android views tablelayout
How to create a table cell that scrolls when overflowing

I must create a table cell with a fixed height and width, but with a lot of content; something using …

html css tablelayout
How to fix the table height?

I want to fix the table height to 600px, eve if the content goes long.

html css tablelayout