是否可以使用 Dev Express TdxBarSubItems 模拟 TMenuBreak 功能?
在我的应用程序中,我根据 SQL 查询动态添加新的 TdxBarSubItems。在某些情况下,结果集相当大,因此菜单会填满整个屏幕,有时还会有一个向下箭头来滚动列表。在切换到 Dev Express 之前的先前版本的代码中,我能够添加 TMenuBreak 对象以使列表分为列。有没有办法使用 Dev Express 组件来做到这一点?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,ExpressBars 目前不支持类似于 TMenuBreak 的功能。我们计划在的背景下实现此功能,使其成为可能按列和行拆分下拉菜单建议。抱歉,目前没有解决方案:(。
Unfortunately, the functionality similar to TMenuBreak is not currenlty supported by the ExpressBars. We are planning to implement this feature in the context of the Make it possible to split dropdown menus by columns and rows suggestion. Sorry, no solution at the moment :(.