When I place an Ultraformattedlinklabel on a form and set Autosize to True then the text disappears. I am using version 10.1.20101.1007
Is this normal behavior?
Hi Arnaud,
I can confirm that this is a bug in the UltraFormattedLinkLabel, regardless of the Dock and AutoSize settings. We are looking into the issue and I expect it will be corrected in a future service release - probably in April.
Hi Mike,
I am the original poster of this thread.
You said that it is a contradiction, but when i combine them I get the following behaviour : the cell that the label is docked in increases too, so no word wrap and I get a nice layouted "breadcrump control". When I do this with a label instead of a formatted label it works like expected, without the link of course.
I hope the developers can fix this, as in the labelcontrol.
Regards
Arnaud
Hello Kevinsaucier,
I have created two separate cases for you : CAS-84845-3G3ZTB and CAS-84849-0LMMGS.
I will update you through them accordingly with our progress.
If you have any other questions with this matter please feel free to let us know here or through your cases.
Hi,
I'm not sure if this is the same issue. I will let Developer Support know and ask them to write this up separately.
But both issues appear to be directly related to the TableLayoutPanel control. I suspect this may be a problem with that control.
Perhaps you could use UltraGridBagLayoutPanel or UltraFlowLayoutManager instead.
Sample project attached. Thank you.