Skip to content
Discussion options

You must be logged in to vote

Hi! It is possible to create any node template. Create a viewmodel and a DataTemplate for it that contains the custom node.

If you want to use the built-in Node control you can add the code editor into the header:

<nodify:Node Header="{Binding}"
             Input="{Binding Input}"
             Output="{Binding Output}">
    <nodify:Node.HeaderTemplate>
        <DataTemplate>
            <Grid>
                <Grid.ColumnDefinitions>
                    <ColumnDefinition />
                    <ColumnDefinition />
                </Grid.ColumnDefinitions>
                <Grid.RowDefinitions>
                    <RowDefinition Height="Auto" />
                    <RowDefinition />
      …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@giiyms
Comment options

Answer selected by giiyms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants