Skip to content

ComboBox #66

@Terppe

Description

@Terppe

Hi, I have problems with ComboBox.
.AddLocalizationAction(new LocalizationActions.ActionItem(
typeof(ComboBox),
arguments =>
{
if (arguments.DependencyObject is ComboBox target)
{
target.Header = arguments.Value;
}
}))
It doesnt work

Rudolf

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions