Silverlight Textbox scrollviewer problem
- by user328902
In silverlight,
I got a textbox which I want to be multiline and have mousescrolling available.
If I only use textbox then I dont have mousescrolling.
If I use a scrollviewer I will have mousescrolling. BUT everytime my writing exceeds the rows that are shown from start the text and caret just dissapears without the scrollviewer doing anything.…