I have a label with AutoEllipsis = true
and TextAlign = ContentAlignment.MiddleLeft
. When I enter a text that is not extending the label width, the text is vertically aligned to the middle of the label.
However, when the text extends the label width the text is not aligned to the middle, but top aligned instead.
Why is it behaving this way, and is there a way to keep the text vertically center aligned?