Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

22
votes
3answers
19k views

CSS Div stretch 100% page height

I have a navigation bar on the left hand side of my page, and I want it to stretch to 100% of the page height. Not just the height of the viewport, but including the areas hidden until you scroll. I ...
13
votes
4answers
24k views

WPF: HorizontalAlignment=Stretch, MaxWidth, and Left aligned at the same time?

This seems like it should be easy but I'm stumped. In WPF, I'd like a TextBox that stretches to the width of it's parent, but only to a maximum width. The problem is that I want it to be left ...
12
votes
2answers
5k views

iPhone image stretching (skew)

How to skew the image? So, for example, each corner has CGPoint with it coords - p1, p2, p3, p4. Then, I need to set - p4.x+=50, p4.y+=30. So this corner (p4) should be stretched in 2D perspective and ...
7
votes
1answer
4k views

WPF: How to make controls stretch in a StackPanel?

A Slider and some other controls won't stretch to fill available space when placed in a StackPanel; instead the width is always MinWidth (or about 10 pixels if MinWidth is not set). How do I make it ...
6
votes
4answers
9k views

How to Stretch WPF Tab Item Headers to Parent Control Width

Is there a way, in XAML, to cause the tab item headers to stretch across the width of the tab control. For example, I have three tabs, red, blue and green. I have a tab control with it's width set to ...
5
votes
4answers
2k views

Why FontStretch does not work in WPF?

I am trying setting FontStretch property on a TextBlock in WPF but it seems that it does not work. I tried Expanded, Condensed, etc. but the text appearance does not change. I am working on Windows ...
5
votes
2answers
3k views

iPhone stretchableImageWithLeftCapWidth only makes “D”s

UIImage *aImage = [[UIImage imageNamed:@"Gray_Button.png"] stretchableImageWithLeftCapWidth:25 topCapHeight:0]; Trying to make a "glass pill button". What does "stretch" do if the image is ...
4
votes
3answers
81 views

Find element stretching a web page?

I'm doing some work for http://digitaleditor.com/ and I've run into something a tad confusing. The web page has a horizontal scroll bar at the bottom, but I've been unable to figure out why. Using ...
4
votes
2answers
1k views

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 ...
4
votes
3answers
2k views

CSS: Floating div to right causes container div to stretch full width of screen in IE

I saw a similar question here, and did not see an answer. I'm having an issue where an element is floated right, inside a parent div, and it's causing the div to stretch the entire width of the page ...
4
votes
2answers
2k views

WPF textboxes are too big!

I have a WPF page with some data entry TextBoxes on it and they look much bigger than the font needs. What determines the height of the textbox? is there a way to squish them up? The textbox gets ...
3
votes
1answer
199 views

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!
3
votes
1answer
310 views

Add stretched image to ImageList in Delphi

I have a table contains Image in a Picture field and I am going to put them into an ImageList. Here is the code: ImageList.Clear; ItemsDts.First; ImageBitmap:= TBitmap.Create; try while not ...
3
votes
1answer
741 views

Android ExpandableListView indicator/icon always stretched

I use my own icon image as indicator for ExpandableListView, but the icon seems to be stretched, I tried to put the image file in /drawable and /drawable-hdpi with no luck. If I do not use my own ...
3
votes
3answers
494 views

Stretch <svg> inside an <embed> to fit window size

I am trying to stretch an svg document inside an DOM in order to fit the window size. like so: <div id="y"> <div id="button"> click to zoom</div> <embed id="x" ...
3
votes
2answers
316 views

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 ...
3
votes
2answers
925 views

WPF: Expand TextBox by available width but NOT by its content?

I need a good solution for making a TextBox in a grid to expand to its available space but not expand according to how long the text in it happen to be. Most solutions I have found is to make a ...
3
votes
3answers
511 views

Resizing and stretching a NumPy array

I am working in Python and I have a NumPy array like this: [1,5,9] [2,7,3] [8,4,6] How do I stretch it to something like the following? [1,1,5,5,9,9] [1,1,5,5,9,9] [2,2,7,7,3,3] [2,2,7,7,3,3] ...
3
votes
1answer
3k views

Content control contents sizing to fill in Silverlight 4

I have a style for a ContentControl which I want to use in places where I currently have a Border. When I use this, the child controls will not stretch to fill and only take a small amount of space. ...
3
votes
1answer
3k views

UIImageView with stretchableImageWithLeftCapWidth doesn't stretch image

I'm trying to stretch an Image in a UIImageView - but I fail miserably :) Following setup: NIB-File with a view and a UIImageView attached to this view. Wired to my class using IBOutlet UIImageView ...
2
votes
2answers
164 views

Boxlayout stretch my Jpanels

Hey (: This is my first time asking help on this forum so I hope I have done everything correctly Okay my problem is what I have marked with red. My JPanel uses a Boxlayout with BoxLayout.Y_AXIS ...
2
votes
4answers
181 views

Avoid stretching photo's

How can I avoid the stretching of my photos? PHP selects 2 photos at random from a folder and displays them using echo. But right now, all photos in portrait, are stretched. <?php ...
2
votes
1answer
643 views

How do I stretch the control to fill Canvas in Silverlight?

What I need to do is to stretch the control to fill entire Canvas. I think I have to use a Canvas (I don't want my control to be clipped when rendered outside the container - as far as I know all the ...
2
votes
2answers
3k views

WPF Polyline relative point values and stretch for drawing a graph

I'm trying to create a pretty simple graphing component that consists of a series of Polylines within the same grid cell that represent graph lines. My strategy is to look at all the points in my ...
2
votes
2answers
1k views

C# WPF Stretching/scaling window proportional to size

I am aware of the FontStretch property, but not really sure how to use it. What I want is to create a window designed with a resolution of say 200x400. Then when the user stretches it to 400x800 ...
2
votes
1answer
1k views

Transforming coordinates from an image control to the image source in WPF

I'm trying to learn WPF, so here's a simple question, I hope: I have a window that contains an Image element bound to a separate data object with user-configurable Stretch property <Image ...
2
votes
5answers
2k views

Inline stretchy button with CSS background image

Anyone know if there's a bullet-proof (standards-compliant to XHTML1.1 strict, cross-browser, non-javascript) way to use CSS and background images to turn an inline link into a visual button that ...
2
votes
6answers
580 views

Resizing images

I'm working on a forum application in PHP. In signature field I have "<img src='randomimage.png'><br>bla blah" If an image is bigger than the field it stretches my tables and looks bad. ...
2
votes
3answers
5k views

Silverlight stretch child element to fill parent container?

In Silverlight, how can I stretch the width of a Line to fill the width of the StackPanel in which it is a child element? Prefer a XAML solution, not a code-behind. Here is how I can do it in WPF: ...
1
vote
2answers
38 views

How to stretch a text field relative to data width in Jasper Reports

I have a text field followed by a static text field and I am trying to do 2 things with it: Get the text field to stretch horizontally (not wrap) when text is longer then the field width and Push ...
1
vote
5answers
97 views

How to let floated divs stretch outer div's width

I'm building a new page where I want to include a slider that slides from left to right. I have a div within a section and within that div I have three floated articles. What I want is that the ...
1
vote
3answers
110 views

How do I make an image stretch to fill in this WPF / XAML application?

When my program displays an image which is smaller than the Image GUI object defined in XAML, it does not get stretched to fit as I would like it to. For example a 256x256 image only occupies the ...
1
vote
1answer
64 views

stretching background image

I have a background image with size 1x947 px, the problem is it's a gradient color, so i only use repeat-x, but when the page height over 947 px, it shows it background color, ...
1
vote
1answer
73 views

long paragraph flows out of 100% height container

I made a centered page container that has 100% height with a footer inside it. My problem is that when I put in an element that is too tall or text that is too long, they will flow out of the "#page" ...
1
vote
1answer
105 views

page content container won't fully stretch vertically when zoomed in

I'm trying to create a centered, page container that will vertically stretch across the page when the page is zoomed in or zoomed out. The page container stretches perfectly when zoomed out, but when ...
1
vote
1answer
62 views

Best Way To Fill Screen With Grid of Images

I'm writing an Android app in java that I want to be able to use across all phone screen sizes and resolutions. I need to create a 4x4 array of images (all square and equal in size). I want the ...
1
vote
1answer
56 views

Making html table use 100% of available width

I have a strange problem that I'm actually ashamed to admit. See the whole thing here: http://jsfiddle.net/Sorcy/ng2by/1/ My problem is: the second (very small) table should actually stretch the ...
1
vote
1answer
91 views

How to control the size of a TextBlock so the contents are fully displayed

in WPF is there a way to setup a TextBlock so its MinHeiht and MinWidth are automatically set so its content is completely visible or should I code this by myself? Thanks. EDIT: The TextBlock lives ...
1
vote
1answer
418 views

Add Transparent and stretched Image to Imagelist in Delphi

According to my previous question with the help of Cosmin Prund, I found how to stretch Image and add to ImageList: procedure LoadDatasetImagesToImageList; var StretchedBMP: TBitmap; MS: ...
1
vote
2answers
177 views

How do I get a TextBox to fill a resizable column?

I'm trying to get a TextBox to fill the available space in a resizable column. The TextBox is part of a user control: <UserControl x:Class="TextBoxLayout.FieldControl" ...
1
vote
0answers
206 views

CGImage gets stretched in CALayer

I have an NSMutableArray of CGImage objects. All the images have different dimensions ( 80x20 px, 200x200 px, 10x10 px, etc...) I'm trying to animate these in CALayer which has 256x256 pixels size. ...
1
vote
3answers
186 views

How to stop parent div from streching in IE7

<style type="text/css"> .parent { width : 200px; height : 50px; background-color : #FFFFCC; overflow : visible; } ...
1
vote
0answers
261 views

Make ComboBox stretch to available space with maxwidth and right-aligned parent

I'm having a problem achieving the layout i want. This is my code: <DockPanel DockPanel.Dock="Bottom" HorizontalAlignment="Right" LastChildFill="True"> <Label ...
1
vote
2answers
507 views

How to stretch the image to fit in the required space?

I am developing window phone 7 application. I am new to the window phone 7 application. In my application I have dynamically created the button control & added the background image to button ...
1
vote
1answer
183 views

VS2010 WPF designer automatically adds HorizontalAlignment=“Stretch” to gridsplitter

I have this strange issue where anytime I open a XAML file that contains a Grid with a GridSplitter inside it, and the XAML Designer runs, it wants to add the property HorizontalAlignment to the ...
1
vote
3answers
6k views

Maximum width and height for ImageView in Android

So I have an ImageView set with android:maxHeight="100px" android:maxWidth="250px" android:minHeight="100px" android:minWidth="250px" android:scaleType="centerInside" This image view is used to ...
1
vote
1answer
264 views

WPF : Is it possible to adapt a path size to the layout size, but still stretching it?

I'm trying to style a TabItem Header, using a path to define the shape of the header. I'm stuck in a problem that I can't seem to resolve : If I set the path Stretch property to "None", it won't ...
1
vote
1answer
618 views

Silverlight DataGrid not stretching to accommodate all items in data source?

I'm having problems getting a Silverlight DataGrid to stretch to accommodate all the items in it's dataSource. I've got a Grid that contains two DataGrids. I've tried setting height=Auto on the Grid ...
1
vote
2answers
396 views

My button background seems stretched

I have a button as made for you to see here. Looks fine,right? Well on the live site, euroworker.no/shipping and /selectAddress it seems stretched. Renders fine in Chrome, IE and Safari, I thought ...
1
vote
4answers
408 views

What is a best free way to make form resizeable in Delphi 7?

I need my form in Delphi to be resizeable, and all components and controls should stretch proportionally, along with font sizes etc. Right now in order to resize components I write a code inside ...

1 2 3