.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,998 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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,