Closed maxkatz6 closed 9 months ago
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: https://github.com/AvaloniaUI/Avalonia/pull/6953 https://github.com/AvaloniaUI/Avalonia/tree/c3911177956897d7a5176f9d59932b308aebc0c9/src/Avalonia.Controls/Documents
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: https://github.com/AvaloniaUI/Avalonia/pull/6953 https://github.com/AvaloniaUI/Avalonia/tree/c3911177956897d7a5176f9d59932b308aebc0c9/src/Avalonia.Controls/Documents