hi,
 i hav an expanderView control. the contents of the expander view scroll vertically along with the header. but i want to know if there is a possibility where the header remains unscrolled and the contents only scroll..!!


<ScrollViewer Width="Auto" HorizontalScrollBarVisibility="Visible" VerticalScrollBarVisibility="Disabled">




<toolkit:ExpanderView Width="1800"


Expanded="btnExpand_Click"


Header="{Binding TaskName, Mode=TwoWay}"


x:Name="taskNameExpander" Margin="5,10,5,10" Foreground="#FF677389" FontSize="24" VerticalAlignment="Top" HorizontalAlignment="Left"



ItemsSource="{Binding dateTime}" ItemTemplate="{StaticResource CustomItemTemplate}">


-->

answer this question