PDA

View Full Version : عدم نمایش اسکرول در textbox



shahram176
سه شنبه 08 بهمن 1392, 15:53 عصر
سلام تو تکس باکس multilineچطوری باید اسکرول را نمایش نداد

omid nasri
سه شنبه 08 بهمن 1392, 17:37 عصر
If you want them to show up if they are needed, set style="OVERVLOW:auto".

If you do not want them to show up at all, set style="OVERFLOW:hidden"

************************************************** *****************************

<StackPanel>
<ScrollViewer Height="100" VerticalScrollBarVisibility="Auto">
<TextBox TextWrapping="Wrap"
ScrollViewer.VerticalScrollBarVisibility="Auto"
ScrollViewer.HorizontalScrollBarVisibility="Hidden">
</TextBox>
</ScrollViewer>
</StackPanel>


For get :go to site (http://err0r.ir/blog.aspx)