Equivalent of RichTextBox Flow Document in UNo #19030
Unanswered
HowardPWeiss
asked this question in
Q&A
Replies: 1 comment 1 reply
-
BTW: I am writing an application for C# Linux Visual Studio Code Distributor ID: Ubuntu |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my WPF project, I have a rich text box which I use to display and scroll status text generated by my application
``
Note that the document gets larger as more text is written to it. This suggests that embedding a text box in a scrolllist view is not the way to go
What is the equivalent implementation in Uno?
Howard Weiss
Beta Was this translation helpful? Give feedback.
All reactions