HtmlPanel
Represents a control that displays any HTML file and a corresponding CSS style sheet as embedded HTML.
Last updated
Was this helpful?
Represents a control that displays any HTML file and a corresponding CSS style sheet as embedded HTML.
Last updated
Was this helpful?
The HtmlPanel
control can be used to embed full HTML documents within a Wisej.NET application.
For a full list of properties, methods and events see the API documentation.
Any HTML file or code can be directly linked to the HtmlPanel
control using the Html
or HtmlSource
property.
Clicks inside the HtmlPanel
can be handled with the ElementClick
event.
It's not recommended to use HTML containing an iframe within the HtmlPanel
. The HtmlPanel
cannot handle clicks on anything inside the iframe. If your HTML contains an iframe, use the IFramePanel instead.
Class name
"wisej.web.ScrollableHtmlPanel"
Theme appearance
Child components
Source Code
"widget", see .
"pane" is the container for the HTML content. See .