Created
October 18, 2012 06:37
-
-
Save Larry57/3910190 to your computer and use it in GitHub Desktop.
Magic xaml tip to make a WindowsFormsHost resize correctly when the application is embedded in a XBAP.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<WindowsFormsHost Margin="0" x:Name="winFormHost" FontSize="11.33" FontFamily="Microsoft Sans Serif" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment