Equivalent of RichTextBox Flow Document in UNo #19030
Unanswered
HowardPWeiss
asked this question in
Q&A
Replies: 2 comments 1 reply
|
BTW: I am writing an application for C# Linux Visual Studio Code Distributor ID: Ubuntu |
1 reply
|
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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
All reactions