-
Rich TextBox
I have richtext boxes which I insert phrases from a grid list into..
The boxes aren't to big so after a couple of phrases it gets the visible part full and fills bellow.. I want to see the phrases when i add them from my grid.. so i want it to scroll down to the phrase i addes !!
I hope this make sense for ya !!
-
I dont really understand, nor I imagine would a lot of people.
However from what I can gather, you may want to try setting the MultiLine property of the RTB to True, and also making the box bigger ...
-
on the right I have a Flexgrid with phrases like "Overheating would be dangerous" When i klick on one phrase it jumps over to the left where I have numerous Rich Textboxes, and get inserted into the one rich textbox I've choosed.
The Size of the RTB is non resizable so after adding a couple of Phrases the visible part of the box gets filled... I've set the RTB to get a scrollbar when it gets full so You can scroll down to see..
But I want it to scroll down automatical when i add a Phrase so the Last phrase added will be visible to me !!