The binding for visibility for the following is not working:
<igDP:Field Name="Owner" FixedLocation="FixedToNearEdge" Label="Owner" Width="90" Visibility="{Binding IsChecked,ElementName=ExtendedDisplayToggleButton,Converter={StaticResource booleanToVisibilityConverter}}"> </igDP:Field>
Hello,
I'm attaching a sample project which reproduces the desired behaviour.
If it doesn't meet your requirements, please feel free to ask.
Regards,
Anastas
That will work with one field, but is there not a way to do it the other way. That way I can control multiple fields with one toggle button.
ThanksCLifford