75d05a8b31
- gestiti panel con Visibility - gestiti elementi grafici in ProjectV con ItemsControl - eliminato pannello Printing3d - aggiunta gestione Plugin - verifica bit per Plugin
9 lines
333 B
XML
9 lines
333 B
XML
<Grid x:Class="SceneContentControlV"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
|
|
<!--ContentControl che ospita la scena restituita sotto forma di WindowsFormsHost-->
|
|
<ContentControl Content="{Binding ProjectSceneHost}"/>
|
|
|
|
</Grid>
|