I want to make something like a XAML Viewer where I Input a XAML Code Graphic over a String and Output in a Viewer.
The Rectangle code should not be directly in the scroll viewer, rather issue over a string...but I dont now how I can do it...
<ScrollViewer Grid.Column="1" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Name="viewer" HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Auto" >
<Rectangle Name="Rectangle" Height="20" Width="30" Fill="GreenYellow" />
</ScrollViewer>