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

Posted by mcmar on Stack Overflow See other posts from Stack Overflow or by mcmar
Published on 2011-01-14T05:13:26Z Indexed on 2011/01/14 8:53 UTC
Read the original article Hit count: 202

Filed under:
|

In my application I'm dynamically adding new TdxBarSubItems based off of a SQL query. In some cases the result set is rather large so the menu fills the entire screen and sometimes has a down arrow to scroll 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 divide into columns. Is there a way to do this with Dev Express components?

© Stack Overflow or respective owner

Related posts about delphi

Related posts about devexpress