Replies: 1 comment
-
Reference TextBlock.Inlines Property (Microsoft.UI.Xaml.Controls) - Windows App SDK | Microsoft Learn, Inlines Property only can get. public InlineCollection Inlines { get; } |
Beta Was this translation helpful? Give feedback.
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.
-
I want to make this in a listview and the inlines is binding to a dynamic inline.
<TextBlock IsTextSelectionEnabled="True" SelectionHightlightColor="Green" FontFamily="Arial" Inlines="{Binding Inline}"/>
Inline
is aInlineCollection
but the
InlineCollection
is not bindable.Beta Was this translation helpful? Give feedback.
All reactions