Click here to Skip to main content
15,891,657 members
Please Sign up or sign in to vote.
1.50/5 (2 votes)
See more:
XML
<surface:SurfaceScrollViewer x:Name="surfacescrollviewer" Height="240" Width="295"
         HorizontalScrollBarVisibility="Disabled" VerticalScrollBarVisibility="Hidden" Grid.Row="1" Elasticity="0,0">
     <TextBox x:Name="txtblockContent" Width="280" HorizontalAlignment="Left" ScrollViewer.VerticalScrollBarVisibility="Hidden"
              ScrollViewer.HorizontalScrollBarVisibility="Hidden"
              Background="Transparent" FontFamily="Calibri"   Foreground="Maroon"
              TextWrapping="WrapWithOverflow" IsReadOnly="True" AutoWordSelection="False" Focusable="False"
              FontSize="15" VerticalAlignment="Top" Grid.Row="1" Margin="22,28,0,0" />
     </surface:SurfaceScrollViewer>
Posted
Comments
Sandeep Mewara 21-Apr-11 9:38am    
Not clear on what are your trying and asking here.
sudheer muhammed 25-Apr-11 6:41am    
Can you explain what you actually need . ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900