« Return to Thread: Gtk# TextView and Scrolling Text

Re: Gtk# TextView and Scrolling Text

by Emfor :: Rate this Message:

Reply to Author | View in Thread


countcb wrote:
Hi.
You have to add your TextView to a ScrolledWindow widget and then add this ScrolledWindow to the window/dialog you want the TextView to be displayed in.
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#.

--
Best regards,
Mateusz

 « Return to Thread: Gtk# TextView and Scrolling Text