Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Nathan Woulfe 422 posts 1580 karma points MVP 3x c-trib
    Jul 27, 2015 @ 00:41
    Nathan Woulfe
    0

    View routing for custom tree root node

    I'm adding a tree to a custom section, and want to route the root node to a view (similar to how it works in the content tree). How can I get this working?

    It's easy enough to route child nodes to particular views, but can't find anything for the root node.

    I've tried overriding the CreateRootNode method, but SectionRootNode() has no constructors defined, so that's not working.

    Any suggestions?

  • Nathan Woulfe 422 posts 1580 karma points MVP 3x c-trib
    Jul 27, 2015 @ 01:56
    Nathan Woulfe
    0

    Realised I was looking in the wrong place - need to do it by hooking into the TreeControllerBase.RootNodeRendering event.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies