-
Notifications
You must be signed in to change notification settings - Fork 803
Open
Labels
bugSomething isn't workingSomething isn't workingneeds-triageIssue needs to be triaged by the area ownersIssue needs to be triaged by the area owners
Description
Describe the bug
RichEditBox doesn't work when typing over 9628 lines of texts.When you have over 9628 lines of text in the editbox.All the texts will show in line 9628;
Steps to reproduce the bug
<RichEditBox x:FieldModifier="Public"
x:Name="CodeArea"
AcceptsReturn="True"
TextWrapping="NoWrap"
ScrollViewer.VerticalScrollBarVisibility="Auto"
Margin="4"
TextChanged="CodeArea_TextChanged"
KeyDown="CodeArea_KeyDown"
Grid.Column="1"
Width="Auto"
Height="Auto"
FontSize="14"
FontFamily="Consolas"
AutomationProperties.Name=""
BorderThickness="0"
BorderBrush="Transparent"
ClipboardCopyFormat="AllFormats"
IsTextScaleFactorEnabled="true"
IsSpellCheckEnabled="false"
PreventKeyboardDisplayOnProgrammaticFocus="false"
BringIntoViewRequested ="CodeArea_RequestBringIntoView"
/>
Expected behavior
No response
Screenshots
NuGet package version
None
Windows version
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingneeds-triageIssue needs to be triaged by the area ownersIssue needs to be triaged by the area owners