This question is locked. New answers and comments are not allowed.
Hi,
I am trying to modify the RowStyle template in Expression Blend and it is complaining about some "Invalid XAML" caused by the following:
Visibility="{Binding HasHierarchy, Converter={StaticResource BooleanToVisibilityConverter}, RelativeSource={RelativeSource TemplatedParent}}"
Is there something I can do to correct this without removing the offending code?
Cheers,
Clint
I am trying to modify the RowStyle template in Expression Blend and it is complaining about some "Invalid XAML" caused by the following:
Visibility="{Binding HasHierarchy, Converter={StaticResource BooleanToVisibilityConverter}, RelativeSource={RelativeSource TemplatedParent}}"
Is there something I can do to correct this without removing the offending code?
Cheers,
Clint