mirror of
https://github.com/unclshura/ABStemPlayer.git
synced 2026-08-07 00:43:38 +00:00
Fixed initial waveform duplication
This commit is contained in:
parent
72b4a16378
commit
8606801242
@ -39,14 +39,12 @@
|
||||
Grid.Column="0"
|
||||
Margin="8">
|
||||
|
||||
<ScrollViewer Margin="8"
|
||||
VerticalScrollBarVisibility="Auto">
|
||||
|
||||
<ScrollViewer Margin="8" VerticalScrollBarVisibility="Auto">
|
||||
<ItemsControl ItemsSource="{Binding Bands}"
|
||||
Margin="0,2">
|
||||
<ItemsControl.ItemsPanel>
|
||||
<ItemsPanelTemplate>
|
||||
<StackPanel Orientation="Vertical"/>
|
||||
<VirtualizingStackPanel Orientation="Vertical"/>
|
||||
</ItemsPanelTemplate>
|
||||
</ItemsControl.ItemsPanel>
|
||||
|
||||
@ -56,7 +54,6 @@
|
||||
</DataTemplate>
|
||||
</ItemsControl.ItemTemplate>
|
||||
</ItemsControl>
|
||||
|
||||
</ScrollViewer>
|
||||
</Grid>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user