Is there any opportunity to set only the top boarder of an ultralabel?
I have an ultraGridBagLayoutPanel to show price calculations. In this panel I have 3 columns. Now I want to underline everything by using another label which I place over the 3 columns.
So I thought I can use the border of the ultralabel to realize an underline. If I use the ultralabels text property I have the problem that the width does not correct itself dynamically.
Thanks in advance,
Alex
Hello,
If you will using second label only to underling the first one, you could set border of the second label and to set its height to be 2 and AutoSize to be false.
Please let me know if you have any further questions.
Hristo,
this was also my last mind. So it workes fine for me now.
Thanks!