This is an old problem with interactive elements inside interactive elements, but I want the ScatterViewItem to contain other surface interactive elements like SurfaceButton or SurfaceCheckBox. I have all my elements there, and they respond to taps, etc. The problem is that I get the usual ScatterView behavior when I click on an area in which there is no control.
Is there an elegant solution that allows you to drag and drop, even if the contact is in SurfaceButton or SurfaceCheckbox?
eg.
<s:ScatterView >
<Grid Width="200" Height="200">
<s:SurfaceButton />
</Grid>
</s:ScatterView>
source
share