Tagged Questions
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"
...
0
votes
1answer
77 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 ...