Is it possible to simulate TMenuBreak functionality using Dev Express TdxBarSubItems?

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?

+4
source share
1 answer

Unfortunately, features like TMenuBreak are not supported by ExpressBars. We plan to implement this function in the context of Making it possible to split drop-down menus into columns and rows . Unfortunately, at the moment there is no solution: (.

+6
source

Source: https://habr.com/ru/post/1335506/


All Articles