Tagged Questions

3
votes
3answers
499 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" ...
0
votes
1answer
44 views

WPF: How to spread/streatch textual content over an area?

In WPF, how do I spread/stretch content over an area (a wide horizontal area)? Like this: http://img51.imageshack.us/img51/3122/89786347.jpg ??? Here's my current code (from the upper part of the ...
0
votes
1answer
2k views

WPF Lock Window Size to Viewbox Size

I have a window that contains a resizable viewbox with a uniform stretch. The window frame however does not stretch uniformly. So when someone resizes the form gaps of whitespace open up along one ...