Relative Content

Tag Archive for c#xamlivalueconverteravaloniauiavalonia

Use binding value as ConverterParameter in Avalonia

In an Avalonia window there is a ListBox with an ItemTemplate. In this ItemTemplate the value of the item should be converted, using a ConverterParameter.
So far so good. But the value for the parameter is dynamic and should be taken either from a TextBox, or from the view model.