From fe380f9b0bd503f9f3b5636acac048600f0a0ed2 Mon Sep 17 00:00:00 2001 From: Zhang Dian <54255897+zdpcdt@users.noreply.github.com> Date: Sun, 1 Dec 2024 19:34:39 +0800 Subject: [PATCH] feat: enhance TextBoxDemo. --- .../Pages/TextBoxDemo.axaml | 51 +++++-------------- 1 file changed, 14 insertions(+), 37 deletions(-) diff --git a/demo/Semi.Avalonia.Demo/Pages/TextBoxDemo.axaml b/demo/Semi.Avalonia.Demo/Pages/TextBoxDemo.axaml index c702346..025216f 100644 --- a/demo/Semi.Avalonia.Demo/Pages/TextBoxDemo.axaml +++ b/demo/Semi.Avalonia.Demo/Pages/TextBoxDemo.axaml @@ -4,79 +4,56 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" - xmlns:system="clr-namespace:System;assembly=netstandard" d:DesignHeight="800" d:DesignWidth="800" mc:Ignorable="d"> - - - - - - - - + + + - - - - + - + \ No newline at end of file