How does the Notes panel work?

Hi All,

I’m trying to make a panel with textboxes in it and have the content follow the file like the Notes Panel does it. Not saving them in the template. Is it possible?

I’m working with c# in Visual Studio.

Thanks a lot,

Hi @ludovick,

Why don’t you save your data as document user data?

– Dale

Hi @dale,

Looks like a solution.

Do you have any examples?

Thank you,

Hi @ludovick,

The SDK samples on GitHub have several examples of creating docking panels using WInForms, WPF and Eto. And there is a user data sample. However, there is no panel sample that uses user data - i’ll have to come up with that.

– Dale

Hi @dale,

Thanks for the info.

Regards,