Creating programatic controls

I’m looking to create controls after the configuration has been loaded and the application is running. IE adding a view and some child checkboxes as an example.

Is this something that is straightforward?
Also, is there a patch for horizontal scrolling of headers?

Thanks in advance,
Michael

You can use dhx.ui() to dynamically create new views ( replace existing, with new one )
Check - template\03_ajax_ui.html

Excellent. Thanks again for such great support.