How to hide "Active Files" in Switcher

Docking/MDI for WPF Forum

Posted 13 years ago by Greg Shaffer
Version: 11.1.0542
Avatar
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

Comments (3)

Posted 13 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Greg,

Yes, you can do something like:
<docking:DockSite ...>
    <docking:DockSite.Switcher>
        <docking:StandardSwitcher AreDocumentsVisible="False" />
    </docking:DockSite.Switcher>
</docking:DockSite>
This is also shown in the Switcher (Standard) QuickStart.


Actipro Software Support

Posted 11 years ago by Clemens Schmuck
Avatar

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

Answer - Posted 11 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

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.


Actipro Software Support

The latest build of this product (v24.1.1) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.