This question is locked. New answers and comments are not allowed.
I have the HTMLPlaceHolder and I would like it to not show scrollbars (basically working like an overflow:hidden). I tried:
as well as setting the scrollbar.visibility to hidden. How can I acheive this?
(RotatorContent.HtmlPresenter.Children[0] as HtmlElement).SetStyleAttribute("overflow", "hidden");