I'm having difficult with the display of a Hyperlink control on a form during Display Mode. Specifically, it doesn't appear to resize at runtime despite the respective control's attribute set to 'yes'?
The Hyperlink control is curious control in that during New/Edit modes it presents two fields; the web address and the text to display:

And during Display mode, it only displays one field; the rendered hyperlink:

However, all of the whitespace used for the two fields during the new/edit mode remains during the display mode. One workaround that comes to mind is create a rule to only display the Hyperlink field during the New/Edit mode, and during Display mode to instead show a Rich Text control with formula:
<a href="{ItemProperty:HyperlinkField}">{ItemProperty:HyperlinkField}</a>
However, the limitation is that this omits the "text to display" attribute in the rendered link. Are there any other suggested workarounds for this?






