|
@@ -4,7 +4,7 @@
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
xmlns:m="using:VeloeAvaloniaKemonoPartyApp.Models"
|
|
xmlns:m="using:VeloeAvaloniaKemonoPartyApp.Models"
|
|
xmlns:vm="clr-namespace:VeloeAvaloniaKemonoPartyApp.ViewModels"
|
|
xmlns:vm="clr-namespace:VeloeAvaloniaKemonoPartyApp.ViewModels"
|
|
- mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
|
|
|
|
|
|
+ mc:Ignorable="d" d:DesignWidth="480" d:DesignHeight="854"
|
|
x:Class="VeloeAvaloniaKemonoPartyApp.Views.CreatorPostsView"
|
|
x:Class="VeloeAvaloniaKemonoPartyApp.Views.CreatorPostsView"
|
|
x:DataType="vm:CreatorPostsViewModel">
|
|
x:DataType="vm:CreatorPostsViewModel">
|
|
<Design.DataContext>
|
|
<Design.DataContext>
|
|
@@ -18,7 +18,7 @@
|
|
Background="Transparent" Margin="0 20">
|
|
Background="Transparent" Margin="0 20">
|
|
<ItemsControl.ItemsPanel>
|
|
<ItemsControl.ItemsPanel>
|
|
<ItemsPanelTemplate>
|
|
<ItemsPanelTemplate>
|
|
- <VirtualizingStackPanel/>
|
|
|
|
|
|
+ <VirtualizingStackPanel />
|
|
</ItemsPanelTemplate>
|
|
</ItemsPanelTemplate>
|
|
</ItemsControl.ItemsPanel>
|
|
</ItemsControl.ItemsPanel>
|
|
</ItemsControl>
|
|
</ItemsControl>
|