Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1840
How to change WebExplorerBar height on client side
posted

Hello,

hope my question is not to stupid; I use NetAdvantage 11.1.20111.2064 with .Net 4.0.

I catch the Expanding Event of the control and try to increase the height of the ExplorerBar. It seems that there is no such property in the control. I tried:

 

 

 

 

web_rechts = $find(

 

'<%=WebExplorerBar1.ClientID%>');

web_rechts.height = '575px';

or

 

 

 

web_rechts.style.height = '575px';

But this is the wrong way.

So how can i set the Height of the WebExplorerBar with JavaScript ?

thanks

Patric