Hello all,
I am trying to hide the scroll bars of a webdialog window. I have tried hiding them at design time but this does not seem to work so I tried from client side javascript. It seems that the content pane is an IFrame and no mater how many ways I try to set scrolling = no it does not work.
Here si the code that i am trying to implement:
myContentPane.set_scrollBars('Hidden');
Any one see anything wrong?
Thanks,
Patrick
Are you sure your dialog variable is properly initialized with the right value? I ran your code and it seemed to work for me. What's the intended purpose of this, though? Without the scrollbar, how do you intend to view the content that doesn't fit?
Jacob