Hi,
I need to implement screen which has 500-1000 items, here we called as steps with html data. Also each step has other button controls to perform some actions on each step. One step displays html content including multi-level bullet/numbering lists, colors etc.
I tried with RichTextBlock by processing html content to displayable format. But I found that it is hard to show multi-level bullets and numbered lists in RichTextBlock. I didn't found a better way to process them and as in https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.documents?view=winrt-19041, it does not support bullets etc.
I am going to try with web view, but it says having large nu of web views (500 -1000) will be subjected to memory leak issues. So can you please give your ideas on resolving those issues in a better way?
Thanks