Hi,
In our UWP app there's a listview that contains expander controllers (Microsoft.Toolkit.Uwp.UI.Controls Expander). If the user tries to scroll while trying to expand the item the app crashes with exception: “Coordinate system transformation failed to transform the data”
Any suggestions on how we can fix this issue?
Is there a way we can block user scrolling until the expanding is done? Is there any event that triggers when the expander controller finishes expanding?
Thanks.