Starting text is disappeared if the rich textbox has no scroll bar
-
Hi, I am using c#.net to create a windows application in that i have a rich text box control when ever the text comes to end in the rich text box for every new line in that rich text box the first line becomes disappears now what i need to do is i have to restrict the user when ever the rich text box becomes full please advice me how can i do this Thanks Anil Veeraghattapu
-
Hi, I am using c#.net to create a windows application in that i have a rich text box control when ever the text comes to end in the rich text box for every new line in that rich text box the first line becomes disappears now what i need to do is i have to restrict the user when ever the rich text box becomes full please advice me how can i do this Thanks Anil Veeraghattapu
Maybe you just need to add a vertical scrollbar :laugh:
-
Maybe you just need to add a vertical scrollbar :laugh:
I am not going to use the vertical scroll bar. instead of that i have to redirect the user to the next rich text below Thanks Anil Veeraghattapu.