Customize FindResults Columns

Hi,

Is there anyway to customize the FindResults column? We do not want to expose the Full File path to the users, and would prefer to show them just the name of file.

All controls are marked as private as well, making it hard to inherit and customize.

Thanks

Hi,

We will add options to configure how information is displayed in FindResults control and will include this change in the next minor update.
In the meantime, you can use your own control, which implements the same functionality. I’ve uploaded such control here:

Regards,
Andrew

Thank you, will give it a try

Hi,

We’ve just released a new update via NuGet (version 9.5.2), where we’ve added properties to FindResults that controls which columns to be displayed (ShowFileNames/ShowLineNumbers/ShowSourceText). AlsoShowFilePath property controls whether full file path or only file name is displayed.

Kind regards,
Dmitry

1 Like