Fixed scrollbar
This commit is contained in:
@@ -65,7 +65,7 @@
|
|||||||
<Grid Height="51" RowSpacing="0">
|
<Grid Height="51" RowSpacing="0">
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
<RowDefinition Height="50" />
|
<RowDefinition Height="50" />
|
||||||
<RowDefinition Height="*" />
|
<RowDefinition Height="5" />
|
||||||
</Grid.RowDefinitions>
|
</Grid.RowDefinitions>
|
||||||
<Grid
|
<Grid
|
||||||
Grid.Row="0"
|
Grid.Row="0"
|
||||||
@@ -111,8 +111,7 @@
|
|||||||
<!-- Name && Size -->
|
<!-- Name && Size -->
|
||||||
<Grid Grid.Column="1"
|
<Grid Grid.Column="1"
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
Padding="0,0,5,0"
|
Padding="0,0,5,0">
|
||||||
MaxWidth="250">
|
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
<RowDefinition Height="Auto" />
|
<RowDefinition Height="Auto" />
|
||||||
<RowDefinition Height="*" />
|
<RowDefinition Height="*" />
|
||||||
@@ -139,10 +138,10 @@
|
|||||||
Grid.Row="1"
|
Grid.Row="1"
|
||||||
VerticalAlignment="Top"
|
VerticalAlignment="Top"
|
||||||
HorizontalAlignment="Stretch"
|
HorizontalAlignment="Stretch"
|
||||||
|
Margin="0, -5, 0,0"
|
||||||
Visibility="{x:Bind IsBusy, Mode=OneWay}"
|
Visibility="{x:Bind IsBusy, Mode=OneWay}"
|
||||||
IsIndeterminate="{x:Bind IsBusy, Mode=OneWay}"
|
IsIndeterminate="{x:Bind IsBusy, Mode=OneWay}"
|
||||||
ShowPaused="False"
|
ShowPaused="False"
|
||||||
Margin="0, -5, 0,0"
|
|
||||||
ShowError="False"/>
|
ShowError="False"/>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
@@ -319,7 +318,7 @@
|
|||||||
ItemsSource="{x:Bind ViewModel.Attachments, Mode=OneWay}"
|
ItemsSource="{x:Bind ViewModel.Attachments, Mode=OneWay}"
|
||||||
ItemClick="AttachmentClicked"
|
ItemClick="AttachmentClicked"
|
||||||
SelectionMode="None"
|
SelectionMode="None"
|
||||||
Height="53">
|
Height="55">
|
||||||
<ItemsControl.ItemsPanel>
|
<ItemsControl.ItemsPanel>
|
||||||
<ItemsPanelTemplate>
|
<ItemsPanelTemplate>
|
||||||
<controls2:WrapPanel Orientation="Horizontal"/>
|
<controls2:WrapPanel Orientation="Horizontal"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user