Support the AutoEllipsis property for ToolStripLabel Control and ToolStripStatusLabel Control
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 1.1k
- Avg merge
- 20h 23m
- Merged PRs (30d)
- 103
Description
The **Label** Control already supports the **AutoEllipsis** property, but the following similar controls do not yet support the AutoEllipsis property.
**Supported:**
https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.label
**Unsupported:**
ToolStripLabel Control:
https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.toolstriplabel
ToolStripStatusLabel Control:
https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.toolstripstatuslabel
About AutoEllipsis Property:
Gets or sets a value indicating whether the ellipsis character (...) appears at the right edge of the Label, denoting that the Label text extends beyond the specified length of the Label.
Contributor guide
Assessment
This issue has not been assessed yet.