Top "Width" questions

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

How to set the width of a cell in a UITableView in grouped style

I have been working on this for about 2 days, so i thought i share my learnings with you. The question …

ios iphone uitableview width
Word wrap a link so it doesn't overflow its parent div width

I have this piece of code: div#permalink_section { width: 960px } <div id='permalink_section'> <a href="…

html css width word-wrap
how to bind width of child element to width of parent element in silverlight

I have a grid whose width is "1*". So the actual width decided at runtime I think. Within that grid I …

wpf xaml binding silverlight-4.0 width
<fieldset> resizes wrong; appears to have unremovable `min-width: min-content`

Problem I have a <select> where one of its <option>’s text values is very long. …

html width fieldset css
Tab not taking full width on Tablet device [Using android.support.design.widget.TabLayout]

I have setup tabs as UPDATE 29/05/2015 this post. Tabs take full width on my Nexus 4 mobile but on nexus 7 tablet …

android tabs width android-appcompat android-tablayout
CSS div width not working

I have a strange problem.One of my div's width is not working. My CSS is like .product_info { margin-top:10…

css width
Display block without 100% width

I want to set a span element to appear below another element using the display property. I tried applying inline-block …

html width block css
Getting terminal width in C?

I've been looking for a way to get the terminal width from within my C program. What I keep coming …

c linux terminal width
Android dialog width

I can't seem to control the dialog width. I have a simple layout like so` <?xml version="1.0" encoding="utf-8"?&…

android dialog width
Canvas is stretched when using CSS but normal with "width" / "height" properties

I have 2 canvases, one uses HTML attributes width and height to size it, the other uses CSS: <canvas id="…

css html canvas height width