SfTreeView node not responding to tap if placed in SfTabView / SfTabItem

Hi, I've configured my treeview as follows:-

<treeView:SfTreeView Grid.Row="1" ItemsSource="{Binding Expressions}" 
                       ChildPropertyName="Children" ExpandActionTarget="Node" AutoExpandMode="AllNodesExpanded"
                       ItemHeight="30" TapCommand="{Binding TreeItemTappedCommand}"
                       SelectedItem="{Binding SelectedCondition, Mode=TwoWay}" SelectionMode="Single">
<treeView:SfTreeView.ItemTemplate>
  <DataTemplate>
<Grid>
  <Label Text="Parent" />
</Grid>
  </DataTemplate>
</treeView:SfTreeView.ItemTemplate>
</treeView:SfTreeView>

And have applied the patch described here  to avoid the null reference exception. This renders and behaves correctly if placed outside of a SfTabView control, however if the tree view is placed in SfTabItem then it's no longer possible to interact with the Tree view and all taps are ignored, i.e. no expansion/contraction occurs on the nodes.


1 Reply

PA Paul Anderson S Syncfusion Team October 25, 2018 11:34 AM UTC

Hi Peter Hedley, 
 
Greetings from Syncfusion. 
 
We have updated the details for the query in the support incident created under your account. Please have further followup with that incident.  We will assist you through incident under your Direct Trac account.  
 
Our Direct Trac support system can be accessed from the following link:  
 
Regards, 
Paul Anderson 


Loader.
Up arrow icon