This question is locked. New answers and comments are not allowed.
Hello,
I have a tab strip and I use
but this does not replace or add the height to the style when the page is rendered. Instead I get
So my obvious question is, how do I set the height?
Cheers,
Paul
I have a tab strip and I use
tabstrip.Add().Content(() =>{...}).ContentHtmlAttributes(new {style="height:600px;"})but this does not replace or add the height to the style when the page is rendered. Instead I get
<div class="t-content t-state-active" id="TabStrip-1" style="display:block"> So my obvious question is, how do I set the height?
Cheers,
Paul