More tidying up
This commit is contained in:
@@ -4,16 +4,23 @@
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:vm="using:Wallet"
|
||||
x:DataType="vm:HyperlinkEntryViewModel"
|
||||
Header="{Binding Key}">
|
||||
Header="{Binding Key}"
|
||||
IsExpanded="False">
|
||||
<SettingsExpander.Resources>
|
||||
<Thickness x:Key="TextControlThemePadding">10,5,6,6</Thickness>
|
||||
<Thickness x:Key="TextControlCompactThemePadding">0</Thickness>
|
||||
</SettingsExpander.Resources>
|
||||
<SettingsExpander.Footer>
|
||||
<Grid>
|
||||
<TextBox Text="{Binding Value}">
|
||||
<TextBox.Styles>
|
||||
<Style Selector="TextBox.Write">
|
||||
<Setter Property="MaxWidth" Value="{Binding Width}" />
|
||||
<Setter Property="MinWidth" Value="{Binding Width}" />
|
||||
<Setter Property="IsVisible" Value="True" />
|
||||
</Style>
|
||||
<Style Selector="TextBox.Read">
|
||||
<Setter Property="MaxWidth" Value="{Binding Width}" />
|
||||
<Setter Property="MinWidth" Value="{Binding Width}" />
|
||||
<Setter Property="IsVisible" Value="False" />
|
||||
</Style>
|
||||
|
||||
Reference in New Issue
Block a user