I am doing a project in WPF and I am using the 3rd Party library Modern UI or Mui.
I am using the library's Modern List page to present the user a bunch of dynamically found IP addresses. As a result I want that for each new IP link on the left, there will be a page about it on the right. The problem is that because the IP addresses are dynamically found, I need to dynamically create the pages as well. (Example in the picture below)
So I want to send the data to the page when it is being clicked so I will be able to create a distinct page, or set the source of the link to a dynamically created page.
This is the library: https://github.com/firstfloorsoftware/mui
I have searched for a long time with no solution, any information/help ?
[Picture] I want each link to show a different page without creating them beforehand