Adapt the size of a form to its title text in C#
问题 Is there a way to adapt the size of a form to the size of its title / caption text? For example, official C# Message Box forms will adjust to the size of its title text (Note the lorem ipsum ): Other forms will not adjust their size to that of their title text: Instead, an ellipsis is added at the end to fit the size mentioned in the "Size" property of the designer. Is there a way to make the form adjust to the size of the title instead of the size we mention? If not, is there a way to get