Suitable Control Like Textbox with HTML

0
0

Hi,

I’m trying to find a suitable control that allows me to embed HTML links in a string.

The purpose is a Terms and Conditions box where New Lines are observed and HTML links are supported.

Originally I thought a Read Only text box as it gives me the Scroll bar which is perfect and adheres to New Lines but the Text Box doesnt have an Allow HTML option.

A label allows for the HTML but doesnt adhere to the New Lines or give a scroll bar option.

Anyone have any advise on a suitable control?

Thanks,

Brayden.

  • You must to post comments
0
0

Look into using the HtmlPanel.

Documentation: https://docs.wisej.com/docs/controls/content/htmlpanel

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.