forked from amkovkov/GranuSightSoftware2
refactor: ResouceView
Move ResourceView and all related to ui core namespace GSS2.UI.Core Split ResourceView on separate elements Make parts folding depended on size
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
xmlns:core_vm="using:GSS2.UI.Core.ViewModels"
|
||||
x:DataType="local_vm:MainViewModel"
|
||||
x:Class="GSS2.Test.Views.MainView">
|
||||
<StackPanel Orientation="Vertical">
|
||||
<ContentControl Content="{Binding CameraViewModel}" Width="200" Height="200"/>
|
||||
<ContentControl Content="{Binding ResourcesViewModel}"/>
|
||||
</StackPanel>
|
||||
<Grid RowDefinitions="*,*">
|
||||
<ContentControl Grid.Row="0" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Content="{Binding CameraViewModel}" />
|
||||
<ContentControl Grid.Row="1" VerticalAlignment="Stretch" HorizontalAlignment="Stretch" Content="{Binding ResourcesViewModel}" />
|
||||
</Grid>
|
||||
</UserControl>
|
||||
Reference in New Issue
Block a user