C#
1
Вклад в тег
<Window x:Class="tblr.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow" Height="350" Width="525">
<Grid>
<ListBox>
<StackPanel Orientation="Horizontal" Height="28" HorizontalAlignment="Left" VerticalAlignment="Top">
<Label Content="Имя_файла_123" Height="28" HorizontalAlignment="Left" VerticalAlignment="Top" />
<Label Content="Размер Х Мб" Height="28" HorizontalAlignment="Left" VerticalAlignment="Top" />
<ProgressBar IsEnabled="True" IsIndeterminate="True" Height="30" Width="146" HorizontalAlignment="Left" VerticalAlignment="Top"/>
<Label Content="Загрузка" Height="28" HorizontalAlignment="Left" VerticalAlignment="Top" />
<Label Content="Время" Height="28" HorizontalAlignment="Left" VerticalAlignment="Top" />
<Button Content="Play file" Height="28" HorizontalAlignment="Left" VerticalAlignment="Top"/>
</StackPanel>
<StackPanel Orientation="Horizontal" Height="28" HorizontalAlignment="Left" VerticalAlignment="Top">
<Label Content="Имя_файла_123" Height="28" HorizontalAlignment="Left" VerticalAlignment="Top" />
<Label Content="Размер Х Мб" Height="28" HorizontalAlignment="Left" VerticalAlignment="Top" />
<ProgressBar IsEnabled="True" IsIndeterminate="True" Height="30" Width="146" HorizontalAlignment="Left" VerticalAlignment="Top"/>
<Label Content="Загрузка" Height="28" HorizontalAlignment="Left" VerticalAlignment="Top" />
<Label Content="Время" Height="28" HorizontalAlignment="Left" VerticalAlignment="Top" />
<Button Content="Play file" Height="28" HorizontalAlignment="Left" VerticalAlignment="Top"/>
</StackPanel>
<StackPanel Orientation="Horizontal" Height="28" HorizontalAlignment="Left" VerticalAlignment="Top">
<Label Content="Имя_файла_123" Height="28" HorizontalAlignment="Left" VerticalAlignment="Top" />
<Label Content="Размер Х Мб" Height="28" HorizontalAlignment="Left" VerticalAlignment="Top" />
<ProgressBar IsEnabled="True" IsIndeterminate="True" Height="30" Width="146" HorizontalAlignment="Left" VerticalAlignment="Top"/>
<Label Content="Загрузка" Height="28" HorizontalAlignment="Left" VerticalAlignment="Top" />
<Label Content="Время" Height="28" HorizontalAlignment="Left" VerticalAlignment="Top" />
<Button Content="Play file" Height="28" HorizontalAlignment="Left" VerticalAlignment="Top"/>
</StackPanel>
</ListBox>
</Grid>
</Window>