Richtextbox used in visual studio 2013
I have a richtextbox , however It does not have scrollbars and I can seem to get them added.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Akhil GargPosted Apr 9, 2015, 2:49 PM
briony davisPosted Apr 9, 2015, 2:24 PM
First of all, thanks.
However it did not work. The scroll bars are still not showingMy line is"
RichTextBox ID="RichTextBoxQuestion" runat="server" Margin="20,20,0,0" Width="300" Height="50" AcceptsReturn="True" HorizontalScrollBarVisibility="Visible" VerticalScrollBarVisibility="Visible" />
Akhil GargPosted Apr 9, 2015, 10:57 AM
Gowtham RajamanickamPosted Apr 9, 2015, 8:27 AM