Skip to content

ComboBox #66

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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