Skip to content

Allow configuration on MetroWindow WindowsCommands Template #1581

@shudson302

Description

@shudson302

The ControlTemplate.Triggers has a hardcoded color set for the IsEnabled = False

<Trigger Property="IsEnabled" Value="false">
    <Setter Property="Foreground" Value="#ADADAD" />
</Trigger>

There is no way to alter this behavior without rewriting the template.
Could you please make this a color resource so that it can be changed.

This is under Themes/MetroWindow.xaml

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions