question

BerndRiemke avatar image
0 Votes"
BerndRiemke asked HuiLiu-MSFT commented

TextBox Problem until Update!?!?!

Hi!
I have a Problem with TextBoxes after the last Update unter VS 2019!?
125460-tberror.jpg



Under the TextBox where Now an underline and the Size of die Field!?
Normal there is nothing!
It Show on Debugging and on Realtime(Runtime) Mode...
How can i swich this of?
Have anyone an ides?

 ...
              xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
              xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
              xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" 
              xmlns:d="http://schemas.microsoft.com/expression/blend/2008" 
    
              xmlns:local="clr-namespace:Test4"
    
              xmlns:commonWPF="clr-namespace:WpfTextBoxNumeric"        
              xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"        
              mc:Ignorable="d" 
              d:DesignHeight="550" 
              d:DesignWidth="800">
        
 ...
                 <TextBox x:Name="TextBoxName" Height="24" Canvas.Top="58" Canvas.Left="166" TextWrapping="Wrap"  Width="220" FontWeight="Bold" MaxLength="20" TabIndex="1002" FontFamily="Tahoma" VerticalContentAlignment="Center" />
 ...
windows-wpf
tberror.jpg (5.0 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi,@ BerndRiemke .What is your version of Visual Studio 2019? Which materialDesign are you using? Did you use the same code before updating Visual Studio 2019 without underline and field size? Or is the theme materialDesign added after the update?

0 Votes 0 ·

0 Answers