Reply To: Two Line Headers in Custom Nodes

Forums 💬 FlowCanvas ⚙️ Support Two Line Headers in Custom Nodes Reply To: Two Line Headers in Custom Nodes

#22839
Gavalakis
Keymaster

    Hello,

    There are 2 ways to specify the name of the node. The first one like you found out, is to use the [Name] attribute, but if you need the node name to include some extra information, you can override the property “virtual public string name{get;}” and return whatever you want it to show 🙂
    Regarding the UI vs the title number of lines, currently the node graphic is made to show 1 line, but I will take a look to make it more “dynamic”.

    Let me know if you need any further help.
    Thanks