Three List GH Component

Dear All,

I am trying to create a GH component that looks like this picture:

image

Using Visual Studio C#.NET.

Could you please help me?

Thanks.

You need to make your own dropdowns using GDI+. You draw the graphics and collect the mouse interaction within the attributes and to display the dropdownlist you can open a ContextMenu control.

1 Like

Thanks @Dani_Abalde.

Do you have an example somewhere so I can start with?

Thanks in advance :wink:

Any updates?

You have a tutorial in the link of the previous comment.

1 Like