From 52112a86fd37e815f83a331ff08ef7eb1f42b42d Mon Sep 17 00:00:00 2001 From: Ano-sys Date: Wed, 12 Feb 2025 15:20:20 +0100 Subject: [PATCH] Added IsTabStop="False" and IsReadOnly="True" to Textfields --- MainWindow.axaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/MainWindow.axaml b/MainWindow.axaml index 0b0c2a6..dee9b8d 100644 --- a/MainWindow.axaml +++ b/MainWindow.axaml @@ -36,7 +36,10 @@ Text="SimpleNote - Note" Background="Transparent" BorderThickness="0" - FontSize="12"> + FontSize="12" + IsTabStop="False" + IsReadOnly="True" + > + FontSize="{Binding FontSize}" + IsTabStop="False" + IsReadOnly="True" + >