Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
3answers
729 views

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. If I do this: <Viewbox> <StackPanel> ...
5
votes
1answer
297 views

Get the size (after it has been “streched”) of an item in a ViewBox

Consider the following: Let's say the Window is 1024x768 and the ViewBox fills the entire window, this means the TextBox is really large on the screen. I want to get the size of the ...
4
votes
1answer
406 views

How to get a WPF Viewbox coefficient of scaling applied

In case we use WPF (Silverlight) Viewbox with Stretch="UniformToFill" or Stretch="Uniform" when it preserves content's native aspect ratio, how could we get knowing the current coefficient of scaling ...
3
votes
1answer
48 views

Getting a TextBlock/Label in Viewbox to Scale without undesirable padding

Here is my very simple xaml: <Window x:Class="Test.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" ...
3
votes
1answer
478 views

Items not drawing on Resize of Viewbox, Silverlight

I am currently designing a layout app in Silverlight and have a Canvas inside of a Viewbox. I add shapes to the canvas and they display properly, when I resize the viewbox to zoom in at 2x the height ...
3
votes
1answer
3k views

WPF. How to show only part of big canvas?

Lets say I have a canvas defined to be 1000x1000 big. Is it possible to only show a 100x100 part of it in a Viewbox(or a rectangel)? Any help is apreciated.....
3
votes
2answers
4k views

Aligning content in a WPF Viewbox

I have a Viewbox that is using Stretch=Uniform in order to not distort the content. However... when the frame window is wider or taller than the content, the Viewbox content is always centered. I ...
2
votes
2answers
82 views

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 resize or resolution change. To achieve this I've placed my labels and textboxes within viewboxes. The ...
2
votes
3answers
471 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" ...
2
votes
1answer
144 views

Gap between shapes after scaling in Silverlight

Create a 400 x 400 Canvas. Put a Blue rectangle that is 200 x 400 in it. Put another Blue rectangle, same size, with Canvas.Left = 200. Wrap this in a Viewbox and scale the view box. At certain ...
2
votes
1answer
566 views

Scrollable content inside WPF Viewbox with “UniformToFill”

How could I make the content which is put inside WPF Viewbox with Stretch="UniformToFill" be scrollable? For example: <Grid Height="500" Width="1000" > <ScrollViewer ...
2
votes
1answer
247 views

SVG image zoomed in mode does not show the scroll bars

All, I have a SVG image in an iframe that I am zooming into using the viewbox. However, the browser does not show the scroll bars when the image gets too large for the viewbox. I presumed that the ...
2
votes
0answers
329 views

SVG viewBox to VML coordorigin/coordsize

I'm unsure how to convert the following SVG snippet containing a viewBox attribute to VML coordorigin and coordsize attributes. <svg xmlns="http://www.w3.org/2000/svg" ...
2
votes
1answer
187 views

How to convert a ViewBox to an ImageSource?

I'm using a Viewbox to create a set of icons that I will dynamically bind to a WPF view. I'm binding to the resource name and using a Converter to convert the resource name to an ImageSource. I know ...
2
votes
1answer
530 views

Conditional XAML

For easy of development I'm using a ViewBox to wrap all content inside a Window. This is because my development machine has a smaller screen than the deployment machine so using a ViewBox allows for ...
2
votes
1answer
720 views

WPF: Viewbox and TranslatePoint

I have a Viewbox with a Canvas Child, I have the Stretch property of Viewbox to Fill, I have changed the width and height of the Viewbox, I need to get the location of children in Canvas with ...
1
vote
1answer
306 views

Silverlight Viewbox not working with IE9

I'm developing a silverlight application for use on small and large monitors, I had the code working perfectly, my main page contains a viewbox and all controls are children of that viewbox and they ...
1
vote
1answer
240 views

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 and my ViewBox is placed inside a ScrollViewer. I've set the event handlers for the ...
1
vote
1answer
92 views

SVG viewBox reversing Y-coorinates

I'm using SVG to draw in a HTML page different shapes. These different shapes are retrieved from geometry objects of a spatial database in Microsoft Sql Server. The problem I'm facing is that the ...
1
vote
2answers
297 views

Putting Canvas Inside Viewbox in Silverlight With Image

All, I'm trying to make the silverlight app I'm making resize in a reasonable manner. To do this, I thought I would use a dynamic grid. In the center of the grid I need to put an image inside of a ...
1
vote
2answers
312 views

How to Resize Controls in silverlight

I am working on a Silverlight application and my problem is like this: I have a StackPanel and inside the stackpanel I have a ViewBox. Inside the viewbox I am adding images and rotating them 90 and/or ...
1
vote
4answers
2k views

Troubles resizing SVG in Raphael

I am trying to draw this svg of europe using raphael. For each path in the svg, I've parsed it and do: r.path([countrypath]). This works, but the problem is that it is gigantic. For example, some of ...
1
vote
1answer
260 views

Wrapping Viewbox around Divelements HTMLHost control in Silverlight

I'm currently having problems trying to use Divelements' free HTMLhost control with the Silverlight Viewbox control. I want the HTMLhost control to automatically scale up/down to fill the available ...
1
vote
1answer
324 views

WPF Viewbox size changes but PointToScreen of child is always same

In order to handle multiple resolutions I have following controls in the same xaml page. Grid -> Viewbox (stretch, centered) -> Canvas (centered) -> Rectangle X (centered) FrameworkElement I am ...
1
vote
2answers
477 views

WPF: Change the style of a ViewBox depending upon the amount of data

I have a WPF app that has a ViewBox to display the items in my collection, diplaying a 2-column grid for my results. What I'd like to do is, depending on the number of items in my collection, change ...
1
vote
1answer
2k views

WPF ViewBox Zoom

Is there a way to zoom a viewbox content, excpet for one control? I have a viewbox with a grid, and in this grid I have some controls and I'm trying to zoom all the controls in the viewbox except one, ...
1
vote
1answer
776 views

Viewbox behavior that I cannot understand

I have a DataTemplate that's used as a logo to describe a Version object. The logo is simply an image and some text on top of it. I have to use the DataTemplate in 2 places: - As the Content of a ...
0
votes
1answer
42 views

svg viewbox scaling issue

I've a question about svg's viewbox, in my opinion it's like a window on an infinite svg plan, and its boundaries are set in the viewBox attribute of the svg element. It represents the rectangle ...
0
votes
2answers
184 views

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 now i want to zoom in the center and i have no idea where to start. I guess i should change the ...
0
votes
0answers
20 views

Equal text height on DataGrid with text in a Viewbox

I have a datagrid where some columns have wrapping and others should force the text to fit the cell. This is a user option depending on the data. For an address or description we have a wide column ...
0
votes
1answer
165 views

How to scroll ItemsControl vertically inside of the Viewbox?

How to let ItemsControl scroll vertically, if it's placed in a viewbox? <Viewbox> <ItemsControl ItemsSource="..." /> </Viewbox> I need the Viewbox to scale all the content of ...
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
268 views

Viewbox containing a TextBlock seems to have minimum height

I'm trying to build a UI layout in WPF that can scale with the size of the window. The idea is to have a number of controls on the left, a number of controls on the right, and in the middle, have a ...
0
votes
3answers
392 views

Best approach to make a fullscreen WPF app

I'm creating a full-screen application in WPF and i need to choose how to actually resize the contents to use all the available space on the screen. As far as i know, there are 2 solutions: Grids ...
0
votes
1answer
196 views

How to display half of a rectangle canvas inside of a viewbox

I have a Canvas element, which has a width of 1400 pixels and a height of 750 pixels. This Canvas contains 2 Path elements, which are symmetrical, along a vertical axis, and which are positioned side ...
0
votes
2answers
127 views

wpf custom panel

I'm looking at creating a panel that takes all the children and wraps them inside of a ViewBox so it can scale them down to a certain uniform size. I'm not sure if this is even possible to do, but I ...
0
votes
2answers
762 views

TextBlock inside a Viewbox - strange rendering

This is a question regarding a very simple construction - I have the following XAML: <Viewbox Height="100" Stretch="Uniform"> <TextBlock FontFamily="Georgia">My Cool ...
0
votes
2answers
270 views

How do I make the path scale to the container in Flex (View Box)?

I have the following markup: <s:Group width="100%" height="100%"> <s:BorderContainer borderWeight="3" borderColor="black" cornerRadius="5" width="100%" height="100%"> ...
0
votes
1answer
1k views

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 and I can't get the items within the ListView to stretch horizontally. Here is the XAML: ...
0
votes
1answer
268 views

Specifying a WPF's databound attribute's design-time value in XAML

I'm playing around with a Canvas inside of a Viewbox, and unforunately, the only way to see the elements in the Canvas, I have to assign it a Height and Width. However, the problem is that my Height ...
0
votes
1answer
97 views

Replacement for ViewBox in free for commercial use framework under Windows

I want to develop windows C/C++ program, but i need in it functionality like a Viewbox from .NET WPF. But i don't want buying Visual Studio platform because it has this control. Can anyone tell me ...
0
votes
2answers
276 views

Displaying a listbox of viewboxes

I have a list box that I'm trying to populate with a list of viewboxes. The listbox takes in the list without a problem. However, when my function reaches its end, I receive the error: "Must ...
0
votes
1answer
159 views

Rotating Viewbox contents smoothly

I'm looking to teach myself better methods of doing things in WPF that I would normally do manually. In this case, I have a ViewBox with an image in it. I also have a button that uses a ...
0
votes
1answer
868 views

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 container? I don't care if it looks ugly from being stretched too long or high, but it needs to fits its ...
0
votes
1answer
327 views

WPF Viewbox only shrink if I shrink the window horizontally

I have a grid in a Viewbox. If shrink the width of my window the grid getting smaller.. but if I shrink the height, nothing happened.
0
votes
1answer
907 views

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 this: <Viewbox Stretch="Uniform"> <Canvas Width="100" ...
0
votes
1answer
456 views

Why does UseLayoutRounding not seem to work with Viewbox?

I'm trying to write a tile-based game in WPF 4. I want the game board to scale to fit the window, so I'm using a Viewbox; but I want each tile to be on a nice, crisp pixel boundary. I might be wrong, ...
0
votes
1answer
70 views

Treeview in viewbox wpf

Just wondering if it is possible to display treeview in a viewbox. Thanks
0
votes
1answer
195 views

Viewbox alternative using Winforms

I'm getting used to WPF and it's sometimes very painful to come back to Winforms development. I'm looking for some kind of alternative to the WPF Viewbox for Winforms. Do you have any idea? My major ...
0
votes
2answers
739 views

Viewbox in Silverlight

How can use "Viewbox" in Silverlight?

1 2