Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
130
How to change the FieldLayout in a Trigger
posted

I have a situation where I have a XamDataGrid inside a ControlTemplate. I would like to use a DataTrigger to change the FieldLayouts of the grid. Is this possible? From what I can tell you can't set the FieldLayouts in a Setter because it's a collection. Same thing with FieldLayout.Fields since it's also a collection.