Top "Width" questions

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

Bitmap width/height different after loading from Resource

1st. i'am new to Android coding :) What I do is I load an Bitmap from my res/drawable-mdpi with BitmapFactory.…

android bitmap width pixel
How do I make Views fill the full width of their parent in my Android app?

I have the following layout defined for one of my Activities: <?xml version="1.0" encoding="utf-8"?> <TableLayout android:…

android layout width parent
How to change bitmap width and height in easeljs?

I am using easeljs to create HTML5 page. I have to load the images in canvas. How to change the …

canvas bitmap height width easeljs
Winforms DotNet ListBox items to word wrap if content string width is bigger than ListBox width?

Ehm, umm, this means some lines should be two-lined in size. My boss think this is more simple solution, than …

c# winforms listbox width listboxitem
How to set width of ListView divider?

How can I set the width of my custom ListView divider, in order to have it smaller than my row …

android listview width divider
Qt - How to get the pixel length of a string in a QLabel?

I have a QLabel of a fixed width. I need to check (periodically) that the entire string fits inside the …

python pyqt width pyqt4 qlabel
How get a string width in Libgdx?

I wonder know how to get the width of my string in pixels

libgdx width
javaFX width css not reacting?

Im trying to get a dynamic scrollpane in my JavaFX (FXML) application using CSS. my CSS for the scrollpane looks …

css javafx width fxml scrollpane
Set the width of relativelayout 1/3 the width of the screen?

I have a layout like below. Now, I don't want to set the width of relative layout to fixed 240 dp. …

android android-layout width android-relativelayout
How can I make a column in a listbox in WPF the same width for all items?

I have a ListBox with an ItemTemplate consisting of a TextBlock and a ComboBox. The problem is that the width …

wpf listbox width itemtemplate