Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Seetharaman Srinivasan on Oct 29, 2008 04:54
open dhtmlx forum
dhxAccordion

I created accodion object. I added an item. Attached an objcet. The object is <div> with overflow-y:scroll.
I can see the div with scrollbar inside the accordion object. The scroll is disabled. Is scroll supported inside accordion items? If so how do we use it?
Answer posted by Support on Oct 29, 2008 09:34
By the default accordion does not render scrollbars (they turned off in css). Set width/height to 100% and overflow:auto to your attached <div> object and scrolls should rendered by this <div>.