Added IsTabStop="False" and IsReadOnly="True" to Textfields
This commit is contained in:
+8
-2
@@ -36,7 +36,10 @@
|
||||
Text="SimpleNote - Note"
|
||||
Background="Transparent"
|
||||
BorderThickness="0"
|
||||
FontSize="12">
|
||||
FontSize="12"
|
||||
IsTabStop="False"
|
||||
IsReadOnly="True"
|
||||
>
|
||||
</TextBox>
|
||||
<TextBox x:Name="Note"
|
||||
Height="20"
|
||||
@@ -50,7 +53,10 @@
|
||||
Foreground="White"
|
||||
Background="Transparent"
|
||||
IsHitTestVisible="False"
|
||||
FontSize="{Binding FontSize}">
|
||||
FontSize="{Binding FontSize}"
|
||||
IsTabStop="False"
|
||||
IsReadOnly="True"
|
||||
>
|
||||
</TextBox>
|
||||
</Panel>
|
||||
</Window>
|
||||
|
||||
Reference in New Issue
Block a user