-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash with binding path="/" in multibinding #4067
Comments
I can't test right now, but any chance this is fixed by #6246 ? |
|
TIL there is '/' in bindings. |
Does any workaround exist? I couldn't find one so I left it as it was a year ago |
@Kermalis something like |
Hello, I am having some issue that seems simple but I really cannot find any way to do it:
I have a list of
MyEnum
values, I have them in aComboBox
and have been using a converter to convert theMyEnum
items toIBitmap
s that are drawn for each ComboBox item.Now I need to have another property of my object used as a parameter of the converter, so I looked to multiconverters, but I cannot find out how to plug in the values to the converter
The old way was:
From browsing Google, I came up with this:
The
Path="/"
is apparently supposed to reference the current item in the iteration, like the regular bindings do, but it crashes instead. The crash is here: https://pastebin.com/raw/N29dzRaQAlso, the converter is never called when I have
Path="/"
, even when the items populate theComboBox
I'm on
0.9.10
The text was updated successfully, but these errors were encountered: