7
votes
2answers
2k 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 u …
4
votes
4answers
2k 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 wi …
2
votes
6answers
165 views
Resizing images
Hello,
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 stretch …
2
votes
2answers
842 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? …
2
votes
3answers
3k 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 …
1
vote
2answers
98 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 …
1
vote
2answers
99 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 stret …
1
vote
5answers
138 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 vi …
1
vote
1answer
600 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) …
1
vote
2answers
877 views
Stretch right float div width?
I have 2 float:left div, the first is fixed and i want the second div stretch the remain space.
<div id="container">
<div id="leftform"> </div>
<div id="ri …
1
vote
2answers
854 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 c …
0
votes
0answers
30 views
Using opengl, how do I combine a background image and a smaller distorted texture?
I am attempting to make an image stretch effect on the iphone. I make a vertex array and shift the texture data for each indice within an arbitrary radius of a background image. T …
0
votes
3answers
37 views
WPF Listboxitem not aligning items properly
Ok I got the following DataTemplate:
Style="{StaticResource LBStyle}" HorizontalContentAlignment="Stretch">
<ListBox.ItemTemplate>
& …
0
votes
0answers
108 views
WPF / C#: Transforming coordinates from an image control to the image source
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 propert …
0
votes
3answers
229 views
Silverlight Image Stretch=”Uniform” Fail for Portrait Sized Images
I am using a Silverlight 3.0 Image control, setting it's Stretch property="Uniform". Unless I am mistaken, the expected behavior for Stretch="Uniform" is that it should scale the …
