Tagged Questions
3
votes
1answer
54 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"
...