Top "Height" questions

The property which determines the size of an object on the Y-axis.

How to get a button's height to match another element's height?

I want to put a button next to a EditText and I want their heights to match. For example, from …

android layout height match
Height of parent div is zero even if it has child with finite heights

I have a website whose layout has been shown in the diagram. The body consists of a main container, which …

css height parent-child
iPhone + UITableView + row height

I am setting the row height of my UITableView using following code [tableView setRowHeight: 100.00]; I am using the single line …

iphone uitableview height row
My Excel row is locked at height of 409.5 and I want to increase the size

The height for one of my rows in excel maxes out at 409.5 and I need to increase the height. Where/…

excel formatting height row
What is the height of iPad's onscreen keyboard?

I'm looking for two numbers here: the height in portrait and the height in landscape. Don't answer in cm or …

ipad keyboard height
How to Set Height of PdfPTable in iTextSharp

i downloaded the last version of iTextSharp dll. I generated a PdfPTable object and i have to set it's height. …

height itextsharp pdfptable
How to set up CKEditor for multiple instances with different heights?

I'd like to have multiple instances of CKEditor based on the same config settings, but with different heights. I tried …

javascript height ckeditor multiple-instances
When Can I First Measure a View?

So I have a bit of confusion with trying to set the background drawable of a view as it is …

android layout height android-lifecycle
How to set a maximum height with wrap content in android?

In android, how can you create a scroll view that's got a max height, and wrap contents, basically it wraps …

java android xml height
How to specify ListTile height in Flutter

In this code, I am trying to make a list of buttons or tiles "as buttons do not work well …

flutter listview flutter-layout height flutter-widget