Deactivate GoOverview.Observed

Hi. I have a question concerning the GoOverview. Is it possible to “deactivate” the Observed “features” without disposing the GoOverview? I have use cases in which it makes sense not to react on changes of the bounded view/document. Destroy and create a new overview is no solution for my problem.



Thanks,

Matthias

So you want to continue seeing a “snapshot” of the observed view/document, even though the document may have changed. Is that right?
Could you call GoOverview.BeginUpdate(), and then call EndUpdate() when you want to “catch up”?
Or maybe you could override OnDocumentChanged to be a no-op then?
In any case you might want to disable the GoOverview during that time.