Align positioning grid for information, portal, and custom links tabs
This commit is contained in:
@@ -9,15 +9,16 @@
|
||||
d:DesignHeight="450"
|
||||
d:DesignWidth="800">
|
||||
|
||||
<Grid Width="500">
|
||||
<Grid Width="500"
|
||||
Height="560">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="100*" />
|
||||
<ColumnDefinition Width="370*" />
|
||||
<ColumnDefinition Width="30*" />
|
||||
</Grid.ColumnDefinitions>
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="6*" />
|
||||
<RowDefinition Height="7*" />
|
||||
<RowDefinition Height="110" />
|
||||
<RowDefinition Height="450" />
|
||||
</Grid.RowDefinitions>
|
||||
<Canvas Grid.Column="1"
|
||||
Grid.ColumnSpan="2"
|
||||
@@ -36,11 +37,18 @@
|
||||
</Canvas>
|
||||
<Canvas Grid.Column="1"
|
||||
Grid.ColumnSpan="2"
|
||||
Grid.Row="1">
|
||||
<StackPanel x:Name="CustomLinkPanel"
|
||||
x:FieldModifier="private"
|
||||
Orientation="Vertical"
|
||||
Canvas.Top="56" />
|
||||
Grid.Row="1"
|
||||
Height="450">
|
||||
<ScrollViewer Canvas.Top="56"
|
||||
Canvas.Left="0"
|
||||
Width="350"
|
||||
Height="374"
|
||||
HorizontalScrollBarVisibility="Disabled"
|
||||
VerticalScrollBarVisibility="Auto">
|
||||
<StackPanel x:Name="CustomLinkPanel"
|
||||
x:FieldModifier="private"
|
||||
Orientation="Vertical" />
|
||||
</ScrollViewer>
|
||||
</Canvas>
|
||||
</Grid>
|
||||
</UserControl>
|
||||
|
||||
Reference in New Issue
Block a user