Hi Guys ,
I have a Grid View with the style and I want to add a custom make scrollviewer.. the problem is when im trying to add the scrollviewer on the actual style. The header will get disappeared i dont know why?
<telerik:GridViewScrollViewer x:Name="PART_ItemsScrollViewer" Template="{DynamicResource customeMakeScrollViewer}" Background="Transparent" CanContentScroll="True" Grid.ColumnSpan="2" Grid.Row="2" Grid.RowSpan="2">
thanks
Sam
I have a Grid View with the style and I want to add a custom make scrollviewer.. the problem is when im trying to add the scrollviewer on the actual style. The header will get disappeared i dont know why?
<telerik:GridViewScrollViewer x:Name="PART_ItemsScrollViewer" Template="{DynamicResource customeMakeScrollViewer}" Background="Transparent" CanContentScroll="True" Grid.ColumnSpan="2" Grid.Row="2" Grid.RowSpan="2">
thanks
Sam