This question is locked. New answers and comments are not allowed.
I am trying to modify the default style of a GridViewRow and get an "Invalid XAML" error with this line:
I am using the latest Q3 2009 release...
| <controls:GridViewToggleButton MinHeight="24" MinWidth="24" IsHitTestVisible="{Binding IsExpandable, RelativeSource={RelativeSource TemplatedParent}}" Opacity="{Binding IsExpandable, Converter={StaticResource BooleanToOpacityConverter}, RelativeSource={RelativeSource TemplatedParent}}" Visibility="{Binding HasHierarchy, Converter={StaticResource BooleanToVisibilityConverter}, RelativeSource={RelativeSource TemplatedParent}}" Grid.Column="2" IsChecked="{Binding IsExpanded, Mode=TwoWay, RelativeSource={RelativeSource TemplatedParent}}" grid:SelectiveScrollingGrid.SelectiveScrollingOrientation="Vertical"/> |
I am using the latest Q3 2009 release...