Page 1 of 1

ViewBox control not displaying child control correctly

Posted: Thu May 30, 2019 4:32 pm
by fangeles
Hi JS-Support team,

When I placed the ViewBox control to the page (main page for example) that is loaded in default, the child control is not displayed.

But it is displayed on a page that is loaded dynamically.

For example:

Code: Select all

SamplePage Sample = new SamplePage();
ContentHolder.Content = Sample;



Hoping for your feedback.

Thanks.

Re: ViewBox control not displaying child control correctly

Posted: Wed Jun 05, 2019 11:53 pm
by JS-Support @Userware
Hi,

Thanks for your message. We need to look into it.

In the meantime, here is the source code of the ViewBox:

https://github.com/cshtml5/CSHTML5/blob/feed5740fd51e293b8792994b825b3bc63553f31/src/CSHTML5.Runtime/Windows.UI.Xaml.Controls/Viewbox.cs

Instructions on how to compile from source can be found at:

https://github.com/cshtml5/CSHTML5/blob/master/README.md

Regards