Refine tab alignment and rebuild computer information layout
This commit is contained in:
@@ -9,20 +9,22 @@
|
||||
d:DesignHeight="450"
|
||||
d:DesignWidth="800">
|
||||
|
||||
<Grid Width="500"
|
||||
Height="560">
|
||||
<Grid Width="500">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="100*" />
|
||||
<ColumnDefinition Width="370*" />
|
||||
<ColumnDefinition Width="185*" />
|
||||
<ColumnDefinition Width="185*" />
|
||||
<ColumnDefinition Width="30*" />
|
||||
</Grid.ColumnDefinitions>
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="110" />
|
||||
<RowDefinition Height="450" />
|
||||
<RowDefinition Height="6*" />
|
||||
<RowDefinition Height="7*" />
|
||||
</Grid.RowDefinitions>
|
||||
<Canvas Grid.Column="1"
|
||||
<Canvas x:Name="CanvasLinks"
|
||||
Grid.Column="1"
|
||||
Grid.ColumnSpan="2"
|
||||
Grid.Row="0">
|
||||
Grid.Row="0"
|
||||
Height="560">
|
||||
<Image Source="{DynamicResource appbar_star}"
|
||||
Width="36"
|
||||
Height="36"
|
||||
@@ -34,15 +36,11 @@
|
||||
Canvas.Top="8"
|
||||
Canvas.Left="40"
|
||||
Content="{x:Static resx:Resources.CustomLink}" />
|
||||
</Canvas>
|
||||
<Canvas Grid.Column="1"
|
||||
Grid.ColumnSpan="2"
|
||||
Grid.Row="1"
|
||||
Height="450">
|
||||
<ScrollViewer Canvas.Top="56"
|
||||
Canvas.Left="0"
|
||||
Width="350"
|
||||
Height="374"
|
||||
Width="{Binding ActualWidth, ElementName=CanvasLinks, Mode=OneWay}"
|
||||
MinHeight="60"
|
||||
MaxHeight="494"
|
||||
HorizontalScrollBarVisibility="Disabled"
|
||||
VerticalScrollBarVisibility="Auto">
|
||||
<StackPanel x:Name="CustomLinkPanel"
|
||||
|
||||
Reference in New Issue
Block a user