Hide vertical scroll in composer page
This commit is contained in:
@@ -179,6 +179,7 @@
|
|||||||
Margin="0,6"
|
Margin="0,6"
|
||||||
VerticalAlignment="Top"
|
VerticalAlignment="Top"
|
||||||
VerticalScrollMode="Disabled"
|
VerticalScrollMode="Disabled"
|
||||||
|
VerticalScrollBarVisibility="Hidden"
|
||||||
HorizontalScrollBarVisibility="Hidden"
|
HorizontalScrollBarVisibility="Hidden"
|
||||||
HorizontalScrollMode="Enabled">
|
HorizontalScrollMode="Enabled">
|
||||||
<Grid Margin="16,0,16,20" Padding="8,0">
|
<Grid Margin="16,0,16,20" Padding="8,0">
|
||||||
@@ -603,7 +604,8 @@
|
|||||||
Text="{x:Bind ViewModel.Subject, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" />
|
Text="{x:Bind ViewModel.Subject, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" />
|
||||||
|
|
||||||
<!-- Attachments -->
|
<!-- Attachments -->
|
||||||
<ListView x:Name="AttachmentsListView"
|
<ListView
|
||||||
|
x:Name="AttachmentsListView"
|
||||||
Grid.Row="6"
|
Grid.Row="6"
|
||||||
Grid.ColumnSpan="2"
|
Grid.ColumnSpan="2"
|
||||||
x:Load="{x:Bind helpers:XamlHelpers.CountToBooleanConverter(ViewModel.IncludedAttachments.Count), Mode=OneWay}"
|
x:Load="{x:Bind helpers:XamlHelpers.CountToBooleanConverter(ViewModel.IncludedAttachments.Count), Mode=OneWay}"
|
||||||
|
|||||||
Reference in New Issue
Block a user