|
@@ -6,6 +6,7 @@
|
|
xmlns:vm="clr-namespace:VeloeAvaloniaKemonoPartyApp.ViewModels"
|
|
xmlns:vm="clr-namespace:VeloeAvaloniaKemonoPartyApp.ViewModels"
|
|
mc:Ignorable="d" d:DesignWidth="480" d:DesignHeight="854"
|
|
mc:Ignorable="d" d:DesignWidth="480" d:DesignHeight="854"
|
|
x:Class="VeloeAvaloniaKemonoPartyApp.Views.CreatorPostsView"
|
|
x:Class="VeloeAvaloniaKemonoPartyApp.Views.CreatorPostsView"
|
|
|
|
+ MaxWidth="{Binding $self.Bounds.Height}"
|
|
x:DataType="vm:CreatorPostsViewModel">
|
|
x:DataType="vm:CreatorPostsViewModel">
|
|
<Design.DataContext>
|
|
<Design.DataContext>
|
|
<!-- This only sets the DataContext for the previewer in an IDE,
|
|
<!-- This only sets the DataContext for the previewer in an IDE,
|