我正在开发一款win 8应用程序。我在listview itemtemplate中使用用户控件,问题是当我滚动项目时usercontrol更改位置意味着更改listview中的位置。
<userControl:DropDownUserControl/>
<Image x:Name="imgnote" Source="/Assets/notepad.png" Height="30" Width="30" Margin="15 0 0 0" Tapped="imgnote_Tapped"/>
</StackPanel>
</StackPanel>
</DataTemplate>
</ListView.ItemTemplate>
有什么办法或问题。