Hi,
When I apply custom style for the node, the expansion indicator is not shown. Can you please let me know how to enable it on a custom style node ?
Part of my sample code that I used:
xnn.GlobalNodeLayouts.Add (new NetworkNodeNodeLayout { TargetTypeName = "NodeModel", DisplayMemberPath = "Label", ToolTipMemberPath = "ToolTip", ConnectionsMemberPath = "Connections", ConnectionTargetMemberPath = "Target", NodeStyle = Resources["CustomNodeStyle"] as Style, ExpansionIndicatorVisibility = Visibility.Visible });
xnn.ExpansionIndicatorVisibility = Visibility.Visible;
Xaml part:
<ig:XamNetworkNode x:Name="xnn" SelectionType="Extended" ItemsSource="{Binding Nodes, Source={StaticResource GraphData}}"> </ig:XamNetworkNode>
If I comment the statement that sets "NodeStyle" property then expansion indicators are visible.
Thanks & Regards,
Prasad
Hello,
I am just checking your progress on the issue that you are having.
If you require any further assistance please do not hesitate to ask.
Thank you for your post.
I have been looking into your issue and the code snippet that you have provided. I created a sample application based on your scenario and I could not managed to reproduce the behavior that you have described. If you are not able to reproduce the issue with the attached sample application, would you please modify it with the functionality, that you are using, so it reproduces the issue. This way I would be able to further investigate this for you and provide you with more detailed information on this matter.
Looking forward to hearing from you.