Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 3
    Try to pass comma separated parameters in ConverterParameter property and get parameter values by splitting that values in Converter. Commented Jul 4, 2012 at 6:03
  • 2
    @Hitesh Patel: You can't use a comma as that clashes with the Binding XAML syntax. Use some other character that XAML allows (maybe a pipe "|" character)? Commented Jul 4, 2012 at 8:44
  • Is this what you looking for stackoverflow.com/questions/55575968/… ?
    – Ludvig W
    Commented Apr 24, 2019 at 19:15