When using a MenuStrip, it's good to have the items and subitems have a certain width and that width should not change. Supposing the width does change to a great length, rather than changing the whole size of the MenuStrip Item to fit the text there should be a way to only display some of the text e.g. Ellipsis.
Before:
After
Clearly I edited the text of this MenuStrip MenuItem to demonstrate what I mean. Is this possible? if so how can I achieve this?