Highlighting text within a editor

Dani_S 4,191 Reputation points
2025-03-12T11:20:07.41+00:00

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.

User's image

<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,

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,005 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.