Top "Viewbox" questions

The ViewBox is a very useful control in WPF.

SVG Scaling Text to fit container

This is likely a very simple question, but how do I get text in SVG to stretch to fit its …

xml xhtml svg viewbox
Manipulate SVG viewbox with JavaScript (no libraries)

I'm trying to alter an SVG elements viewbox in JavaScript. Basically, I'm drawing a binary search tree, and when it …

javascript svg viewbox
Stretching the items in a WPF ListView within a ViewBox

I have a frustrating problem that I would much appreciate some help with. I have a ListView within a ViewBox …

wpf listview viewbox
Textbox will not stretch to fill viewbox

I want the font size of my labels and textboxes in my LOB form to grow and shrink with window …

wpf forms layout textbox viewbox
SVG viewbox height issue on ios Safari

I have noticed a strange thing on ios when using svg. The svgs seem to work fine in all other …

ios svg safari viewbox
How to use viewbox when height of svg is dynamically changing

I have a resizable div. It has two inner divs. One of the inner divs has an svg element in …

javascript svg viewbox
SVG viewBox zoom in center (Raphael)

I try to zoom with mousewheel on a Raphael paper using viewBox. Here is the JSFiddle code. it works but …

svg zooming raphael center viewbox
How do I keep a constant FontSize in WPF Viewbox?

I have a Viewbox with a number of TextBlocks that are scaled and positioned perfectly by the ViewBox. Something like …

wpf xaml resize font-size viewbox
Making a Viewbox scale vertically but stretch horizontally

I want to make a Viewbox (or something similar) that scales only its height, and then stretches its content horizontally. …

wpf viewbox
Zoom in and out a ViewBox with mouse scroll and use mouse pointer location as zoom origin

The title is pretty much self-explaining, but to add to the facts, I'm using a large Canvas inside my ViewBox …

c# wpf zooming mousewheel viewbox