Hi all.
Right now I clarify this may be a duplicated question from: http://stackoverflow.com/questions/1692383/right-aligned-labels-in-winforms But non of the answers satisfied me.
The problem is very simple:
I have a right aligned label with autosize setted to true. The expected behavor is that when the text is increased the right coordinate remain unchanged. But that is not what it happens. The left coordinate is the one wich remains unchanged.
My app is kind of small, so I don't want to start putting controls into panels and so.. So I've tried all solutions that involved ONLY label properties. The only one wich worked is to set autosize to false and over-size it. (Accepted solution of question Nº1692383). But it is really ugly!!! I'd realy like to avoid that.
Any other posible solution??
Thanks in advance!