얼룩말을 지우고 싶습니다. 검색에서 반환 된 관찰 가능한 개체 모음에서 생성 된 목록 상자입니다.지브라 스트라이핑 목록 상자 XAML/C# Windows Phone 7.5
코드는 같다 그래서
<ListBox x:Name="searchResultsListBox" Margin="0, 115, -12, 0">
<ListBox.ItemTemplate>
<DataTemplate>
<StackPanel Orientation="Horizontal" Margin="0,0,0,17">
<StackPanel Width="411">
<TextBlock Text="{Binding Registration}" Margin="12, -6, 12, 0" TextWrapping="Wrap" FontSize="30" Foreground="White"/>
<TextBlock Text="{Binding SalePrice}" Margin="12, -6, 12, 0" TextWrapping="Wrap" Style="{StaticResource PhoneTextSubtleStyle}" Foreground="#AFA7A0"/>
</StackPanel>
</StackPanel>
</DataTemplate>
</ListBox.ItemTemplate>
</ListBox>
내가 처음
<stackpanel>
노란색이었다 있도록 스트라이핑 가겠어요 어떻게
, 두 번째 흰색과 다시 등 등 세 번째 노란색?
감사합니다. 대니.