0
Two HelixViewport3D has issue in a very simple WPF MVVM test
I'd like to display two HelixViwport3D in 2 different TabItem of a TabControl
Sample sources are here :
https://github.com/jebissey/Helix3D.git
But this error is thrown:
ArgumentException(SR.Get("VisualCollection_VisualHasParent"));
No error occurs if line 20 of View2.xaml is commented, but of course only View1 display 3D objects.
Customer support service by UserEcho
I added in the source code a test with OxyPlot.
-> It works!
But of course, I'd like to do the same with Helix3D