You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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