On the switcher, is there a way to hide the "Active Files" label and related list widget?
I only have tool windows in my application.
Thanks,
Greg
I only have tool windows in my application.
Thanks,
Greg
<docking:DockSite ...>
<docking:DockSite.Switcher>
<docking:StandardSwitcher AreDocumentsVisible="False" />
</docking:DockSite.Switcher>
</docking:DockSite>
Hi, I have a related question. How do i change the text lebal for document windows when using docking StandardSwitcher. By default it displays the header of list of document windows as "Active files", which i want to be able to modify and display eg. "Active Documents". Is there a way to achive this?
Regards,
Clemens
Hi Clemens,
All our strings are string resources that you can modify. This one is named UIStandardSwitcherDocumentsText. Please see our documentation on string resources and it tells you how to use our String Resource Browser to customize strings.
Please log in to a validated account to post comments.