The problem solved the container of scroll view horizenal and vertical option were not set well i det them to fill and it works.
Maximize the page - Editor does not show the data
Dani_S
3,891
Reputation points
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,