C
C#11mo ago
Tomas

✅ RichTextBox - Cannot type text

Hello I creating WPF Application with rich text box and when I put him there from toolbox the input is disabled and the copy/paste/delete options is too disabled.
<RichTextBox x:Name="script" Margin="10,10,10,60" IsManipulationEnabled="True" IsEnabled="True">
<FlowDocument>
<Paragraph FontStyle="Italic" TextAlignment="Left" FontSize="14" Foreground="Gray">Thanks to the RichTextBox control, this FlowDocument is completely editable!</Paragraph>
</FlowDocument>
</RichTextBox>
<RichTextBox x:Name="script" Margin="10,10,10,60" IsManipulationEnabled="True" IsEnabled="True">
<FlowDocument>
<Paragraph FontStyle="Italic" TextAlignment="Left" FontSize="14" Foreground="Gray">Thanks to the RichTextBox control, this FlowDocument is completely editable!</Paragraph>
</FlowDocument>
</RichTextBox>
Anyone know what to do? I tried everything.
3 Replies
Tomas
Tomas11mo ago
Fixed, I found that I have whole window disabled
MODiX
MODiX11mo ago
Use the /close command to mark a forum thread as answered
Unknown User
Unknown User11mo ago
Message Not Public
Sign In & Join Server To View
Want results from more Discord servers?
Add your server
More Posts