Hello,
Welcome to our Microsoft Q&A platform!
Your ListView
doesn't show anything because of the Margin
of StackLayout
in ViewCell
( <StackLayout Margin="20">
), try to remove the Margin, then you will see the Label
and ProgressBar
on page.
In addition, the value of Porcentage
always be NaN
, because porcentageAmmount
and TotalExpemneAmmount
are 0
. ( Porcentage = porcentageAmmount / TotalExpemneAmmount
) I'm not very clear about what you want, but I'm afraid you have to check these values.
Best Regards,
Wenyan Zhang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.