Tagged Questions
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 ...
1
vote
1answer
272 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
344 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
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, ...
0
votes
2answers
295 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
166 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
203 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 ...