Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
220
Tree lines in the hierarchical UltraWebtree
posted

Hi,

When the WebTreeTarget property of the Ultrawebtree is set as Hierarchical, tree lines are not shown in the tree. I tried to findout any property using which i can set the TreeLines for the Tree. I am not able to find any property to display the tree lines.

Please help me if there is a way to show the treelines in the UltraWebTree when the tree is used as Heirarchical tree.

Thanks & Regards

Srihari Reddy .R

Parents
No Data
Reply
  • 28464
    posted

    Hello,

    Yes, I think this is by design - here is what our documentation states about the WebTreeTarget enumeration

    Infragistics.WebUI.UltraWebNavigator Namespace : WebTreeTarget Enumeration (Infragistics.WebUI.UltraWebNavigator)

    Enumeration of the various types of output target supported by the WebTree control.

    Members

    MemberDescription
    HierarchicalTree The tree is rendered hierarchically but without connector images between nodes
    ClassicTree The tree is rendered with connector images between nodes to provide the look of the familiar Windows File Explorer.

     

    Is it possible for you to set the target to  ClassicTree - this will show the connector lines for nodes.

Children
No Data