We have an exp:panel (let's call it panel1) that contains of number of devexpress combobox dropdowns. panel1 is nested inside a few others. The drop downs rely on autoscroll being set to false so they can overflow panel1 when the "drop" behavior pushes them outside panel1. However, sometimes we have enough data that we would want scroll bars on panel1.
So how can we enable the autoscrolling functionality while maintaining overflow:visible?