This is my first post, so please bear with me.
Here's my problem: I am loading a file into a Tk textbox. There are more lines in the file than there are in the textbox. Therefore, some lines are not shown. After loading the file, I search for patterns in the text and programatically highlight the matches. Here is what I want to happen: When text is highlighted, I would like the textbox to automatically scroll down so that the hightlighted text is visible if it is not already so. I have spent some time searching the internet for a solution but I have come up empty.
Much thanks in advance,
davidj