Maximize the page - Editor does not show the data

Dani_S 3,891 Reputation points
2024-12-29T13:44:26.09+00:00

Hi,

1.I loaded the log page- page look ok with log data.

2.Maximize the page - page is empty.

3.Press again on menu /display log button - see the log data.

Can you please help why I do not see data when maximize the page?

<ScrollView x:Name="scrollView"> 
<Editor x:Name="editor" AutoSize="TextChanges" IsSpellCheckEnabled="false" IsTextPredictionEnabled="false" Text="{Binding LogText, Mode=TwoWay}" /> 
</ScrollView>

Thanks in advance,

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

1 answer

Sort by: Most helpful
  1. Dani_S 3,891 Reputation points
    2024-12-31T08:08:54.6966667+00:00

    The problem solved the container of scroll view horizenal and vertical option were not set well i det them to fill and it works.

    0 comments No comments

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.