Hello,
I want to use BeginGroup to keep two dxBar controls on the same row of a multiline toolbar irrespective of the toolbar width. The attached project shows the issue. In this project I want to keep items 6 and 7 on the same row as the form is resized. As the form widht is reduced without a BeginGroup this does not happen but when the checkbox is checked, the ItemLink for item 6 is set to BeginGroup := true and items 6 and 7 migrate to the second row together as the form is reduced in width. But, if the form width is now reduced further, item 5 migrates to a new row and a third row is created to house items 6 and 7 even though there is plenty of space on the row above. How can I avoid this?
I have attached the project and a pdf showing what I would like to happen.
Regards
Ron