Is there a way to add a vertical scroll bar to this control?
Hello Joe,
Actually the 'UltraDockManager' is a component (http://msdn.microsoft.com/en-us/library/system.componentmodel.component.aspx) and not a control. So it does not draw itself on the form or on another control for that matter. You could however always use the 'UltraScrollBar' and place in on the form to achieve what you desire. Please take a look at the following link: http://help.infragistics.com/NetAdvantage/WinForms/2011.2/CLR2.0/?page=WinScrollBar.html.
Please do not hesitate to contact us if you need any additional assistance.