Hello,
we use the dijit.Dialog for showing news content when clicking on the news title, see http://www.schaakliga-antwerpen.info/newsbox.php.
It works brilliantly and our users (who post these messages) are really very positive about this new feature.
But... I do not find any option to provide scrollbar's, or to make the dialog scrollable.
Is this feature supported, and if so, how does one configure it ?
The problem is that if the content gets to big, a scrolling event repositions the screen, not the text within the dialog, so yet get a kind of bouncing behaviour.
Any advice?

the dojox.Dialog in trunk
the dojox.Dialog in trunk assumes overflow:auto on the containerNode. I bet the dijit.Dialog requires you style it in css, or manually.
try adding style="width:300px; height:200px; overflow:auto" to your Dialog instantiation.
thanks!
Thank you Dante for the very quick respons, and it works, you can see the result on the site I mentioned.
Regards,
Quinten