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.
- How do I solve the problem so I get the caretposition effects the scrollviewer?
I sofar not managed to find someone with the exact same problem as me.
AnthonyWJones is probably correct on this.
PageScrollViewer will override some scroll settings of TextBox (as Child of ScrollViewer). If you want TextBox’s scroll bar and wrapping come to take effects, you need to disable Horizontal scroll bar of scroll viewer: