Hi,
I was wondering how to set an entire User Control (WPF) as readonly?
I have a button in my main app called "Finalise", when clicked I want my entire embedded user control to be set as readonly.
Instead of settin all its elements as read only I was wondering if you can directly set the parent itself.
Thanks in advance,
Person.