Hi
In my UWP project I try to change the value of the SwipeListView.ItemRightBehavior in a VisualState Trigger. Doing it in designtime in Blend gives me an "The property value is not valid" error, and running the app gives the following error message.
Error: Converter failed to convert value of type 'Windows.Foundation.Int32' to type 'SwipeListBehavior'; BindingExpression: Path='ItemRightBehavior' DataItem='Universal.UI.Xaml.Controls.SwipeListView'; target element is 'Universal.UI.Xaml.Controls.SwipeListViewItem' (Name='null'); target property is 'RightBehavior' (type 'SwipeListBehavior').
Any suggestions on how to fix it?