FindText dialog disapears when click outside it, it goes back of application

I show my report in my wpf application like this:

report.Load(@"D:\ListReport.frx");

       report.Preview = prew;

      report.Prepare();

      report.ShowPrepared();

      windowsFormHost2.Child = prew;


everything is ok except when I click on findText button on toolbar, it apears but when I click outside it it goes behind the whole app

Leave a Comment