« Return to Thread: Gtk# TextView and Scrolling Text

Re: Gtk# TextView and Scrolling Text

by Jiří Zárevúcky :: Rate this Message:

Reply to Author | View in Thread

Emfor wrote:
Hi,
I did that. When I load text, the scroll bar is shown, but when I move cursor around the text and it goes away the visible part of the TextView, it doesn't scroll to show the cursor. I experiment here with OnCursorMove event and Iter/Mark, but none of the solutions I've found (mostly for C/C++) doesn't work with Gtk#.
You have probably used the AddWithViewport method. TextView has it's own viewport, which is handling the scrolling. You need to use the Add method.

 « Return to Thread: Gtk# TextView and Scrolling Text