Like subject, ScrollView
isn’t working over NativeViewHost
when Oriental
is Horizontal
.
Edit:
- not over, in NativeViewHost
- In fusestudio, working but in device is not.
<App>
<ClientPanel>
<NativeViewHost>
<ScrollView AllowedScrollDirections="Horizontal" Height="100%">
<StackPanel Orientation="Horizontal" ItemSpacing="30" Color="#000">
<Circle Width="80" Height="80" Color="#0f0"/>
<Circle Width="80" Height="80" Color="#0f0"/>
<Circle Width="80" Height="80" Color="#0f0"/>
<Circle Width="80" Height="80" Color="#0f0"/>
<Circle Width="80" Height="80" Color="#0f0"/>
<Circle Width="80" Height="80" Color="#0f0"/>
<Circle Width="80" Height="80" Color="#0f0"/>
<Circle Width="80" Height="80" Color="#0f0"/>
<Circle Width="80" Height="80" Color="#0f0"/>
<Circle Width="80" Height="80" Color="#0f0"/>
</StackPanel>
</ScrollView>
<CameraView ux:Name="_cameraView" PreviewStretchMode="UniformToFill"/>
</NativeViewHost>
</ClientPanel>
</App>