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
var selectionModel = new SelectionModel();
selectionModel.Source = Enumerable.Range(0, 10).ToList();
selectionModel.Select(3);
var icpp = (ICustomPropertyProvider)selectionModel;
var selectedItemProperty = icpp.GetCustomProperty("SelectedItem"); // System.InvalidCastException: Invalid cast from 'WinRT.IInspectable' to 'Microsoft.UI.Xaml.Data.ICustomProperty'.
The text was updated successfully, but these errors were encountered:
Link to repro project:
https://github.com/bkudiess/ICustomPropertyRepro
ProjectReunion 0.8-preview throws the following:
The text was updated successfully, but these errors were encountered: