Stretching images in code.
Questions tagged [stretch]
516 questions
8
votes
2 answers
HTML, CSS: How do I stretch an element up to the edge of the page?
I have an absolutely positioned element with a background image that must appear as a small, horizontal strip reaching up to the edge of the browser window without needing a scrollbar. How could I do this?

Hamster
- 2,962
- 7
- 27
- 38
8
votes
2 answers
Scroll AND Stretch the content of an Expander
This is what I want:
1.) When I click my Expander button and it expands it should stretch down to the end of the Grid
see sample image =>
2.) When I write more Text than space is available in the RichTextBox within the Expander ScrollBars must be…

Elisabeth
- 20,496
- 52
- 200
- 321
8
votes
2 answers
How do android:shrinkColumns and android:stretchColumns work?
I can set android:shrinkColumns and android:stretchColumns at TableLayout.
For example:

Alex Klimashevsky
- 2,457
- 3
- 26
- 58
7
votes
4 answers
Image stretched and centered?
I have the following XAML code :
and I, visually, got this :
(http://img810.imageshack.us/img810/2401/imagestretchuniform.png)
With Stretch="None",…

Guillaume Slashy
- 3,554
- 8
- 43
- 68
7
votes
5 answers
How do I make a StringGrid's columns fit the grid's width?
I've been looking for a long time for a solution without any luck. Does anyone know a simple way to do that? I would like to stretch for example the second colum of my grid to fit the grid's width!

Diogo Garcia
- 536
- 1
- 8
- 20
7
votes
2 answers
Why does background-size:100% 100%; not work on this SVG?
Look at the example:
.container {
background-image:url("http://svgshare.com/i/3cM.svg");
background-position:center center;
background-repeat:no-repeat;
width:400px;
height:200px;
background-color:#eef;
…

Blackbam
- 17,496
- 26
- 97
- 150
7
votes
2 answers
Stretching a Table's Width to fit web browser
I have scoured the internet for a long time trying to solve my problem. I have a table with my whole site in it and would like for it to stretch to fit the user's web browser size.
Here is all the site's code: