Skip to content

Add a new ResourceDictionary for Variables #1586

@dkuaf

Description

@dkuaf

Is your feature request related to a problem? Please describe

Currently, the project uses some hardcoded Duration values in animations or transitions for many different controls.

This limits customization and forces users to modify source code for changes.

Describe the solution you'd like

extend the needed dictionaries in app.xaml/ResourceDictionary.MergedDictionaries

now:
<ui:ThemesDictionary />
<ui:ControlsDictionary />

suggestion:
<ui:ThemesDictionary />
ui:VariablesDictionary/
<ui:ControlsDictionary />

for all relevant controls: use variable instead of hard coded value.

Then the controls can be more customized by custom sets in VariablesDictionary

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestwontfixThis will not be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions