We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specifically, this control textblock.md and selectable-textblock.md as well.
We have adopted Inlines model for read-only TextBlock control, pretty much mirroring WPF API: https://wpf-tutorial.com/basic-controls/the-textblock-control-inline-formatting/ (with some missing features like Hyperlink control).
It would be a great start if we had at least basic documentation on using these controls
Pages that might help: AvaloniaUI/Avalonia#6953 https://github.com/AvaloniaUI/Avalonia/tree/c3911177956897d7a5176f9d59932b308aebc0c9/src/Avalonia.Controls/Documents
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Specifically, this control textblock.md and selectable-textblock.md as well.
We have adopted Inlines model for read-only TextBlock control, pretty much mirroring WPF API: https://wpf-tutorial.com/basic-controls/the-textblock-control-inline-formatting/ (with some missing features like Hyperlink control).
It would be a great start if we had at least basic documentation on using these controls
Pages that might help:
AvaloniaUI/Avalonia#6953
https://github.com/AvaloniaUI/Avalonia/tree/c3911177956897d7a5176f9d59932b308aebc0c9/src/Avalonia.Controls/Documents
The text was updated successfully, but these errors were encountered: