In my .xaml file, I have something like in the following.
<TextBlock Text="......" ..... Margin="5,3,4,2"/>
<ScrollViewer Margin="2,3,7,9">
<TextBlock Margin=3,6,5,7">
</ScrollViewer>
There is no effect in the margins set for above controls. No effect at all. Is it because of the ScrollViewer which contains the second TextBlock ?