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 am having the same issue that was already fixed few years ago. #1464 (#1464)
I simply created a window resources DataTemplatethat uses custom converter to convert enum to utilize as simple combobox enum picker.
Exactly the same code works when not in DataTemplateon the same view.
To Reproduce
simply use below in datatemplate. Standard pattern for conversing enum into choice picker.
Describe the bug
Hi, I am having the same issue that was already fixed few years ago.
#1464 (#1464)
I simply created a window resources DataTemplatethat uses custom converter to convert enum to utilize as simple combobox enum picker.
Exactly the same code works when not in DataTemplateon the same view.
To Reproduce
simply use below in datatemplate. Standard pattern for conversing enum into choice picker.
<ComboBox ItemsSource="{Binding Path=MyEnumProperty, Converter={StaticResource EnumConverter}, Mode=OneTime}" DisplayMemberBinding="{Binding Description}" SelectedValueBinding="{Binding Value}" SelectedValue="{Binding Path=MyEnumProperty, Mode=TwoWay}"/>
Expected behavior
No response
Avalonia version
11.0.0
OS
Windows
Additional context
No response
The text was updated successfully, but these errors were encountered: