In my application, I dynamically add new TdxBarSubItems based on an SQL query. In some cases, the result set is quite large, so the menu fills the entire screen and sometimes has a down arrow to scroll through the list. In a previous version of the code, before switching to Dev Express, I was able to add TMenuBreak objects to make the list split into columns. Is there a way to do this with Dev Express components?
source share