Hello, I have a little problem.
I have a window that the main content is a UserControl. The user control is a ItemsControl formatting a list. In the window, I have a slider that zoom the ItemsControl.
The problem is that in the windows I have created the UserControl, and I have not direct access to the ItemsControl and if I zoom the UserControl, I zoom everything (inclusive the scrollviewer).
The question is: ¿How can I access to the ItemsControl inside the UserControl on the window? Im thinking about Binding the UC and go the ItemsControl with de Path, but I think that is a wrong idea.
Thank you.