Hey. I've been trying to follow a MVC architecture in numerous drafts and failed projects with the UI Toolkit.
But currently I'm working on a more serious and big project, which is an editor tool that provides three Editor Windows, each with their corresponding UXML doc. The thing is, I tried to follow another MVC-like approach, and specially ListView elements are giving me headaches and diffusing the line between controller and view logic.
Could anyone with some experience with the UI Toolkit advise me?