dotnet / dotnet/winforms

Support the AutoEllipsis property for ToolStripLabel Control and ToolStripStatusLabel Control

Open
#6,531 0 comments 0 reactions 0 assignees View on GitHub
api-suggestion tenet-compatibility-OS tenet-modernization
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.