I have two questions with regard to the scrollbar of FlowDocumentReader:
In WPF, is it possible to place a marker on the scrollbar of FlowDocumentReader? I want to show search result of certain strings in the FlowDocument.
If the answer to the first question is "no", then is it possible to get the location of the thumb of the scrollbar, which belongs to the FlowDocumentReader? So that I can draw a small line on the scrollbar to show the search results?
Thanks a lot.