Hi,
Welcome to our Microsoft Q&A platform!
You can add a Viewbox to the outermost layer of the Canvas.
<Viewbox>
<Canvas Width="400" Height="200" Name="canva">
...
</Canvas>
</Viewbox>
Thanks.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When I add many Paths on canvas and zoom out canvas, some paths was disappeared.
I execute on Window 10, 64 bit and .Net 4.7
Please let me know, why some paths was disappeared and solution for this issue.
Thank you so much!
Hi,
Welcome to our Microsoft Q&A platform!
You can add a Viewbox to the outermost layer of the Canvas.
<Viewbox>
<Canvas Width="400" Height="200" Name="canva">
...
</Canvas>
</Viewbox>
Thanks.