I am looking for a functionality in the .NET Framwork that supports the following:
I want to dock a TextBox or RichTextBox on the bottom of e.g. a Panel. This Box should be pinned an unpinned and should support floating. It should resize itself when i resize the Panel. Is there anything in that way? I didn´t found something. I looks like i need a Third-party solution or to develop it myself, but i don´t know how.
I want to dock a TextBox or RichTextBox on the bottom of e.g. a Panel. This Box should be pinned an unpinned and should support floating. It should resize itself when i resize the Panel. Is there anything in that way? I didn´t found something. I looks like i need a Third-party solution or to develop it myself, but i don´t know how.