Highlighting text within a editor
Dani_S
4,191
Reputation points
Hi,
I'm using .Net 9 with MAUI.
Highlighting text within a editor.
The highlight is not released.
Remains highlighted even after selecting other text.
<telerik:RadBorder Grid.Row="2" Grid.Column ="0" BorderColor="{DynamicResource PrimaryColor}" BorderThickness="1" HorizontalOptions="Fill" VerticalOptions="Fill" CornerRadius="5" Margin="10,5,10,10" >
<ScrollView x:Name="scrollView" >
<Editor x:Name="editor" AutoSize="TextChanges" IsSpellCheckEnabled="false" IsTextPredictionEnabled="false" Text="{Binding LogText, Mode=TwoWay}"
/>
</ScrollView>
</telerik:RadBorder>
Thanks,
Sign in to answer