Hi,
Since the new version 12.1, the tabstrip can't be hidden.
I set the property "TabStripDisplay" to "false" and so the tabstrip remove element but the "tr" stay display...
Why ?
Greets
Hi Jphilip74,
Let me know if you need any further assistance with the matter.
Hello Jphilip74,
This can be achieved by CSS - set CssClass for the toolbar and give it a display: none css rule:
WebHtmlEditor1.Toolbar.CssClass = "hide";
<style type="text/css">
.hide
{
display: none;
}
</style>
Hope this helps.
You can see in my screen a grey rectangle, it's the toolbar which is hidden. in the lastest version V11, the toolbar isn't appears. Now with the new version V12, the toolbar appears in grey when it's hidden. Why ? I would like it not appears when it's hidden.
In my attachement, you could see my problem in the red rectangle.
If you have any further questions, please let me know.
Hello,
I'm not sure I understand your issue as the TabStrip is not displayed on your screenshot. However, here you can find some useful information - http://help.infragistics.com/Help/NetAdvantage/ASPNET/2012.1/CLR4.0/html/WebHtmlEditor_Hide_the_Tab_Strip_of_WebHtmlEditor.html.
Let me know if this helps.