Tagged Questions

0
votes
1answer
35 views

Viewbox alternative using Winforms

Hello, 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? …
0
votes
2answers
136 views

Viewbox in Silverlight

How can use "Viewbox" in Silverlight?
1
vote
2answers
258 views

WPF ViewBox Zoom

Hello, 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 …
0
votes
1answer
219 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.....
0
votes
2answers
80 views

Viewbox in Cider designer hides all controls in the “box”

When I place a Viewbox as the child element of a WPF window, the Cider Designer "hides" all interior controls with the text "Viewbox" only appearing on the display. Why? Is there a problem with this …
1
vote
1answer
186 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
391 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 …
0
votes
1answer
40 views

WPF Component Obscures Subcomponents in Designer

Some components like the viewbox are displayed in the visual designer as solid boxes. However, they can contain subcomponents. To view the subcomponents I comment out the viewbox. When I'm done I …
1
vote
2answers
949 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 …