Hi,
I wish to add org chart into my xamarin app. May I know can syncfucion org chart fulfill the below four requirement that I described :
1) is there a way to make the org chart show six nodes instead all of the nodes and collapse the rest of the nodes like the below screenshot?
2) is it possible to make syncfucion org chart fit into the phone screen like below screenshot because my client does not want to have scroll the org chart using the horizontal scroll bar
3) is it possible to add action button on each of the node to view the employee info based on below shared link recording?
https://www.awesomescreenshot.com/video/11414581?key=c2150f9b12ab5eb4e348455dd241e162
4) Can syncfucion org chart component support drill down that allow employee to view who are their subordinates like the below shared link recording?
https://www.awesomescreenshot.com/video/11414730?key=ce310c77bde93c20e99b414a844a97aa
Hi Jake,
Thank you for using Syncfusion products.
|
Query |
Details |
|
1) is there a way to make the org chart show six nodes instead all of the nodes and collapse the rest of the nodes like the below screenshot? |
We have provided the support for the expand and collapse the parent node for the diagram. Please find the UG link below
UG Link:https://help.syncfusion.com/xamarin/diagram/layout#expand-and-collapse-node
Provided the support for customizing the node using Node template property. Please find the UG link below
https://help.syncfusion.com/xamarin/diagram/diagram#node-template
We have prepared the simple sample to expand and collapse the node based on the node click event. Please find the sample link below.
https://www.syncfusion.com/downloads/support/directtrac/general/ze/NuGetSample1435645947 |
|
2) is it possible to make syncfucion org chart fit into the phone screen like below screenshot because my client does not want to have scroll the org chart using the horizontal scroll bar |
Currently, we have provided the support for “Organization chart to view the all the node using horizontal or vertical scroll bar only”.
At present, we do not have support to “Accommodate diagram within view port”. We do not have any immediate plans to implement this feature. However, we have added it to our feature request list, we will implement the mentioned feature in any our upcoming release. We will let you know when this feature is implemented. The status of implementation can be tracked through our Features Management System:
|
|
3) is it possible to add action button on each of the node to view the employee info based on below shared link recording? https://www.awesomescreenshot.com/video/11414581?key=c2150f9b12ab5eb4e348455dd241e162
|
We have prepared the simple sample based on long press the node to view the corresponding employee info. Please find the sample link below.
https://www.syncfusion.com/downloads/support/directtrac/general/ze/NuGetSample1435645947
|
|
4) Can syncfucion org chart component support drill down that allow employee to view who are their subordinates like the below shared link recording? https://www.awesomescreenshot.com/video/11414730?key=ce310c77bde93c20e99b414a844a97aa
|
Currently, we have provided the support for the expand and collapse the parent node of the diagram
At present we do not have support for to select the employee to view their subordinates with separate Layout view. We do not have any immediate plans to implement this feature.
|
Regards,
Hemalatha D.
Hi,
Does Xamarin Syncfucion Org Chart support single tapped and double Tapped events?
May I know what are the events you provide for each of the node org chart?
Thanks & Best Regards
Hi Jake,
|
Query |
Details |
|
Does Xamarin Syncfucion Org Chart support single tapped and double Tapped events? |
Currently, we have
provided the support for the “NodeClicked” event of the SfDiagram. Please find the below code snippet to use the “NodeClicked” event.
At present, we do not have support to “Single tapped” and “Double tapped” events. |
|
May I know what are the events you provide for each of the node org chart? |
We provided the below events support for organization layout. 1. BeginNodeRender User can change node content using BeginNodeRender event of the SfDiagram. This event will fire for each Node added in Layout when the layout is getting updated. Please find the UG link below: https://help.syncfusion.com/xamarin/diagram/layout#beginnoderender 2. Expand and Collapse node User can able to expand and collapse the parent node using NodeClicked event of the SfDiagram. This event will fire when click node in Layout. Please find the UG link below: https://help.syncfusion.com/xamarin/diagram/layout#expand-and-collapse-node 3.Drag and Drop support: To drag a child or parent node to some other node in the directed tree layout. Please find the UG link below: https://help.syncfusion.com/xamarin/diagram/layout#drag-and-drop-support-for-directed-tree-layout
|
Regards
Hemalatha D.